travis: no space on 7z command

This commit is contained in:
Alam Ed Arias 2016-02-05 21:28:19 -05:00
parent ae75e3ee61
commit a979e37586
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ before_install:
before_script: before_script:
- mkdir cache - mkdir cache
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O cache/SRB2-v2114-Installer.exe - wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O cache/SRB2-v2114-Installer.exe
- 7z x cache/SRB2-v2114-Installer.exe -o assets - 7z x cache/SRB2-v2114-Installer.exe -oassets
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..