Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
web3 1.2.2 & truffle-hd-wallet updates, simplify types
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 29, 2019
1 parent fe4f223 commit aec1f78
Show file tree
Hide file tree
Showing 14 changed files with 2,695 additions and 1,788 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -31,12 +31,13 @@
"env": {
"es6": true,
"browser": true,
"node": true,
"jest": true,
"cypress/globals": true
},
"settings": {
"react": {
"version": "16.8"
"version": "16"
}
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -61,7 +61,7 @@ script:
# executing `npm test` scripts individually here, so first one failing will exit the build
- npm run lint || travis_terminate 1
- ./scripts/keeper.sh
- ./scripts/test.sh || travis_terminate 1
- ./scripts/test.sh
- ./scripts/coverage.sh
# Pipe the coverage data to Code Climate
- ./cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.client.json client/coverage/lcov.info
Expand Down

0 comments on commit aec1f78

Please sign in to comment.