fix typo in .travis.yml

This commit is contained in:
andelf
2015-04-23 18:36:51 +08:00
parent 28492e164b
commit b69de4707f
+1 -1
View File
@@ -9,7 +9,7 @@ env:
install:
- sudo add-apt-repository ppa:team-xbmc/ppa -y
- sudo apt-get update -q
- sudo apt-get install libsdl2-dev - cd ..
- sudo apt-get install libsdl2-dev
script:
- cargo build -v
- cargo test -v