ci script tweaks

This commit is contained in:
Matthias Kretschmann 2018-05-11 16:08:58 +02:00
parent 364f0a25d3
commit e0d82b8778
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 6 additions and 4 deletions

View File

@ -3,3 +3,7 @@
set -e -x
docker-compose up -d bigchaindb
npm install
gem install cowsay
npm install -g codecov

View File

@ -2,4 +2,4 @@
set -e -x
docker-compose run --rm js-bigchaindb-driver yarn test
docker-compose run --rm js-bigchaindb-driver npm test

View File

@ -25,10 +25,8 @@ install:
before_script:
- .ci/travis-before-script.sh
- gem install cowsay
- npm install -g codecov
script: yarn test
script: npm test
notifications:
email: false