mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [travis] LAUNCH.sh needs -l to launch...
This commit is contained in:
parent
9f65bc3788
commit
71a6860323
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ install:
|
|||
|
||||
script:
|
||||
- pushd bin
|
||||
- ./LAUNCH.sh
|
||||
- ./LAUNCH.sh -l
|
||||
- popd
|
||||
- cd tests
|
||||
- nosetests --with-coverage --cover-package=../bin -d
|
||||
|
|
Loading…
Reference in a new issue