mirror of https://github.com/CIRCL/AIL-framework
fix: [travis] LAUNCH.sh needs -l to launch...
parent
9f65bc3788
commit
71a6860323
|
@ -20,7 +20,7 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pushd bin
|
- pushd bin
|
||||||
- ./LAUNCH.sh
|
- ./LAUNCH.sh -l
|
||||||
- popd
|
- popd
|
||||||
- cd tests
|
- cd tests
|
||||||
- nosetests --with-coverage --cover-package=../bin -d
|
- nosetests --with-coverage --cover-package=../bin -d
|
||||||
|
|
Loading…
Reference in New Issue