Skip to content

Commit

Permalink
ci script tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 11, 2018
1 parent 364f0a2 commit e0d82b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .ci/travis-before-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
set -e -x

docker-compose up -d bigchaindb

npm install
gem install cowsay
npm install -g codecov
2 changes: 1 addition & 1 deletion .ci/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e0d82b8

Please sign in to comment.