Skip to content

Commit

Permalink
cleanup: fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
BT Enterprise committed Mar 21, 2019
1 parent a92888f commit 5e85107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- docker
before_install:
- docker pull trufflesuite/ganache-cli
- docker run -d -p 8546:8546 -p 27017:27017 trufflesuite/ganache-cli
- docker run -d -p 8546:8546 -p 27017:27017 trufflesuite/ganache-cli -p 8546
- varA=`docker ps --no-trunc -q | cut -c 1-12`
- docker pull mongo
- docker run -d --network="container:$varA" mongo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node-fetch": "^2.3.0",
"rlp": "^2.2.3",
"serve-favicon": "~2.5.0",
"solc": "^0.4.19",
"solc": "^0.5.6",
"web3": "1.0.0-beta.37",
"web3-explorer": "1.0.2"
},
Expand Down

0 comments on commit 5e85107

Please sign in to comment.