Skip to content

Commit

Permalink
WIP 10
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 15, 2019
1 parent 9b369e3 commit cb25538
Show file tree
Hide file tree
Showing 12 changed files with 6,055 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 cb25538

Please sign in to comment.