fix typo in travis.yml

This commit is contained in:
arvidn 2015-08-07 21:58:00 -04:00
parent 553eefbd88
commit b8861235c3
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ script:
- cd ../bindings/python
- bjam -j 3 variant=$variant warnings=off $CC stage_module
- LD_LIBRARY_PATH=. python test.py
- ../../simulation
- cd ../../simulation
- bjam -j 3 variant=$variant warnings=off $CC
- ccache --show-stats