Skip to content

Commit

Permalink
Merge pull request #50 from hyperledger-labs/fix/peter.somogyvari/mak…
Browse files Browse the repository at this point in the history
…e-ci-pass

Fix CI Flakiness/build issues
  • Loading branch information
jonathan-m-hamilton authored Nov 19, 2019
2 parents 48915f1 + c2019ae commit a3114bc
Show file tree
Hide file tree
Showing 13 changed files with 6,073 additions and 5,265 deletions.
16 changes: 2 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:

os: linux

#dist: bionic
dist: bionic

services:
- docker
Expand All @@ -14,16 +14,4 @@ install:
- docker-compose --version

script:
- npm install
- npm run test
- cd examples/simple-asset-transfer
- npm run fabric
- npm run quorum
- npm run fed:build
- npm run fed:quorum
- docker images
- while docker ps | grep "starting\|unhealthy"; do sleep 15; echo; date; done
- docker ps -a
- cd ../..
# - npm run test:bc - TODO: fix it, broken now

- ./tools/ci.sh
Loading

0 comments on commit a3114bc

Please sign in to comment.