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

This commit is contained in:
Alam Ed Arias 2016-03-07 16:06:04 -05:00
parent e2b3adc04f
commit c7b18207f5
1 changed files with 1 additions and 1 deletions

View File

@ -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