Skip to content
Snippets Groups Projects
Commit c7b18207 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis: do not error on making cache folder, if it already restored from cache

parent e2b3adc0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ addons:
- p7zip-full
before_script:
- mkdir $HOME/srb2_cache
- mkdir -p $HOME/srb2_cache
- wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2114-assets.7z -O $HOME/srb2_cache/SRB2-v2114-assets.7z
- 7z x $HOME/srb2_cache/SRB2-v2114-assets.7z -oassets
- mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment