From bc6298acbf765d9d954058e09c360a4cb83b67cb Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Thu, 18 Jul 2019 10:10:58 +0100 Subject: [PATCH] travis config, another one --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc77d2b..d0aaec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,13 @@ cache: install: - npm install +before_script: + - npm run devchain & + script: - npm run lint:wrapper - npm run lint:contract-tests - - npm run devchain & travis_wait 60 npm run test + - travis_wait 60 npm run test branches: only: