From eb4a406400f0c87f73ea82f3fe58c3cb9c7c534f Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Thu, 18 Jul 2019 01:48:10 +0100 Subject: [PATCH] modify travis config --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d7455b..3fd4fa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,15 @@ node_js: sudo: false dist: xenial +cache: + directories: + - node_modules + - apps/contribution/node_modules + - apps/contributor/node_modules + - apps/proposal/node_modules + - apps/token/node_modules + - apps/vault/node_modules + install: - npm install - npm run install-all @@ -13,7 +22,7 @@ install: script: - npm run lint:wrapper - npm run lint:contract-tests - - npm run devchain & travis_wait 60 npm test + - npm run devchain & travis_wait 60 npm run test:contributor branches: only: