From c2ada235906ae9b5e5acc467f354c1d655b468af Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Fri, 20 Sep 2019 10:16:57 +0100 Subject: [PATCH] update travis config --- .travis.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee08074..648a29b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,21 +15,25 @@ cache: - apps/token/node_modules - apps/vault/node_modules +env: + - TASK=lint:wrapper + - TASK=lint:contract-tests + - TASK=test:token + - TASK=test:contributor + - TASK=test:contribution + - TASK=test:proposal + install: - npm install -g @aragon/cli - npm install -g truffle - npm install before_script: - - npm run devchain & + - npm run devchain > /dev/null & + - sleep 5 script: - - npm run lint:wrapper - - npm run lint:contract-tests - - npm run test:token - - npm run test:contributor - - npm run test:contribution - - npm run test:proposal + - travis_wait 60 npm run $TASK branches: only: