From 67e8f696c1a9d23f6cf35c70ea83591c5f4f9e8e Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 11 Apr 2018 11:17:42 +0200 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3fc1d90..acad5e60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,13 +19,13 @@ install: - pip install coveralls codecov nose script: - - . ./AILENV/bin/activate - pushd bin - ./launch_redis.sh - ./launch_lvldb.sh - ./launch_logs.sh - ./launch_queues.sh - nosetests --with-coverage --cover-package=bin -d + - ls after_success: