From f3608f2d7a30b6977542be458bc45ae2d5c54450 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Tue, 2 Oct 2018 10:07:04 +0200 Subject: [PATCH] tried to fix ganache connection --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 511bd93..d1a5584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: before_script: - greenkeeper-lockfile-update - - ganache-cli > ganache-cli.log & + - ganache-cli & script: - npm test