Skip to content

Commit b1bb728

Browse files
authored
Merge branch 'dev-2.1.0' into 483-484-fix
2 parents d10960b + 5b892a2 commit b1bb728

File tree

3 files changed

+1421
-1072
lines changed

3 files changed

+1421
-1072
lines changed

package.json

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,38 +63,33 @@
6363
"babel-register": "6.26.0",
6464
"bignumber.js": "5.0.0",
6565
"chalk": "^2.4.1",
66-
"coveralls": "^3.0.1",
67-
"csv-parse": "^4.0.1",
68-
"ethereumjs-testrpc": "^6.0.3",
69-
"ethers": "^4.0.7",
66+
"coveralls": "^3.0.2",
67+
"csv-parse": "^4.2.0",
68+
"ethers": "^4.0.20",
7069
"fs": "0.0.2",
7170
"openzeppelin-solidity": "1.10.0",
7271
"prompt": "^1.0.0",
73-
"readline-sync": "^1.4.9",
74-
"request": "^2.88.0",
75-
"request-promise": "^4.2.2",
76-
"solc": "^0.4.24",
77-
"truffle-contract": "^3.0.4",
78-
"truffle-hdwallet-provider-privkey": "0.2.0",
72+
"truffle-hdwallet-provider-privkey": "0.3.0",
7973
"web3": "1.0.0-beta.34"
8074
},
8175
"devDependencies": {
82-
"@soldoc/soldoc": "^0.4.3",
83-
"eslint": "^5.8.0",
76+
"eslint": "^5.10.0",
8477
"eslint-config-standard": "^12.0.0",
85-
"eslint-plugin-import": "^2.10.0",
78+
"eslint-plugin-import": "^2.14.0",
8679
"eslint-plugin-node": "^8.0.0",
8780
"eslint-plugin-promise": "^4.0.1",
8881
"eslint-plugin-standard": "^4.0.0",
8982
"ethereum-bridge": "^0.6.1",
9083
"ethereumjs-abi": "^0.6.5",
91-
"ganache-cli": "^6.1.8",
84+
"ganache-cli": "^6.2.5",
9285
"mocha-junit-reporter": "^1.18.0",
93-
"prettier": "^1.14.3",
94-
"sol-merger": "^0.1.2",
86+
"prettier": "^1.15.3",
87+
"request": "^2.88.0",
88+
"request-promise": "^4.2.2",
89+
"sol-merger": "^0.1.3",
9590
"solidity-coverage": "^0.5.11",
9691
"solidity-docgen": "^0.1.0",
97-
"solium": "^1.1.6",
92+
"solium": "^1.1.8",
9893
"truffle": "4.1.14",
9994
"truffle-wallet-provider": "0.0.5"
10095
},

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fi
9191
if [ "$COVERAGE" = true ] || [ "$TRAVIS_PULL_REQUEST" > 0 ] && [ "$NOT_FORK" != true ]; then
9292
curl -o node_modules/solidity-coverage/lib/app.js https://raw.githubusercontent.com/maxsam4/solidity-coverage/relative-path/lib/app.js
9393
node_modules/.bin/solidity-coverage
94-
if [ "$CIRCLECI" = true ]; then
94+
if [ "$CIRCLECI" = true ] || [ "$TRAVIS_PULL_REQUEST" > 0 ] && [ "$NOT_FORK" != true ]; then
9595
cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls'
9696
fi
9797
else

0 commit comments

Comments
 (0)