Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #98 from ethereumjs/greenkeeper/mocha-4.0.0
Browse files Browse the repository at this point in the history
Update mocha to the latest version 馃殌
  • Loading branch information
holgerd77 committed Jan 3, 2018
2 parents 9e6cda9 + f0aafb0 commit 193a119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
env:
- CXX=g++-4.8
addons:
Expand All @@ -22,12 +22,12 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "7"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "7"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=lint
- os: linux
node_js: "7"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=test:browser
script: npm run $TEST_SUITE
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -134,7 +134,7 @@
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.1.2",
"mocha": "^4.0.0",
"standard": "*"
},
"standard": {
Expand Down

0 comments on commit 193a119

Please sign in to comment.