From eecb129bd51683ce2c2bfbac8b4cdc473a806e36 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 9 Aug 2019 18:54:52 +0200 Subject: [PATCH] Try to run bootstrap on travis This basically tests the whole setup process --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d5f7c7f..7db7d24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,13 @@ install: before_script: - npm run devchain & + - ipfs daemon --offline & script: - npm run lint:wrapper - npm run lint:contract-tests - npm run test + - npm run bootstrap branches: only: