fix typo in travis.yml
This commit is contained in:
parent
553eefbd88
commit
b8861235c3
|
@ -46,6 +46,6 @@ script:
|
||||||
- cd ../bindings/python
|
- cd ../bindings/python
|
||||||
- bjam -j 3 variant=$variant warnings=off $CC stage_module
|
- bjam -j 3 variant=$variant warnings=off $CC stage_module
|
||||||
- LD_LIBRARY_PATH=. python test.py
|
- LD_LIBRARY_PATH=. python test.py
|
||||||
- ../../simulation
|
- cd ../../simulation
|
||||||
- bjam -j 3 variant=$variant warnings=off $CC
|
- bjam -j 3 variant=$variant warnings=off $CC
|
||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
|
|
Loading…
Reference in New Issue