From 71a6860323a3e7a50f77e0ad878ee51534b8daf0 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 1 May 2019 22:03:32 +0900 Subject: [PATCH] fix: [travis] LAUNCH.sh needs -l to launch... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f911827a..0cae47c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: script: - pushd bin - - ./LAUNCH.sh + - ./LAUNCH.sh -l - popd - cd tests - nosetests --with-coverage --cover-package=../bin -d