Add a missing '..' in .travis.yml.

This commit is contained in:
Jan Bujak 2016-11-01 16:53:50 +01:00
parent 084b02761a
commit ae1ae7438a

View file

@ -11,7 +11,7 @@ matrix:
script:
- cd emumisc
- cargo test --verbose
- cd mos6502
- cd ../mos6502
- cargo test --verbose
- cd ../nes
- cargo test --verbose