diff --git a/.travis.yml b/.travis.yml index ef93bf5..8221c45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,10 +32,10 @@ before_script: script: - npm run lint + - ./scripts/keeper.sh - export ETH_PORT=18545; npm run test:cover - npm run build - npm run doc - - ./scripts/keeper.sh - npm run integration:cover - npm run report-coverage