fix: [travis] LAUNCH.sh needs -l to launch...

pull/350/head
Steve Clement 2019-05-01 22:03:32 +09:00
parent 9f65bc3788
commit 71a6860323
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install:
script:
- pushd bin
- ./LAUNCH.sh
- ./LAUNCH.sh -l
- popd
- cd tests
- nosetests --with-coverage --cover-package=../bin -d