have unit tests waiting for keeper contracts

This commit is contained in:
Matthias Kretschmann 2019-07-18 19:09:59 +02:00
parent 1f75f38849
commit 9012eea1dc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -44,9 +44,9 @@ script:
# - ./scripts/install.sh # runs automatically with npm ci
# executing `npm test` scripts individually here, so first one failing will exit the build
- npm run lint || travis_terminate 1
- ./scripts/keeper.sh
- ./scripts/test.sh || travis_terminate 1
- ./scripts/coverage.sh
- ./scripts/keeper.sh
- npm run test:e2e || travis_terminate 1
- ./scripts/build.sh