Skip to content

Commit

Permalink
Merge pull request ethereum#3485 from ethereum/js-tests-node8
Browse files Browse the repository at this point in the history
Require node 8 for Javascript tests
  • Loading branch information
chriseth authored Apr 11, 2018
2 parents ee5d0ef + 3b008c7 commit ea445b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ matrix:
sudo: required
compiler: gcc
node_js:
- "7"
- "8"
services:
- docker
before_install:
- nvm install 7
- nvm use 7
- nvm install 8
- nvm use 8
- docker pull trzeci/emscripten:sdk-tag-1.35.4-64bit
env:
- SOLC_EMSCRIPTEN=On
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
export NVM_DIR="/usr/local/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm --version
nvm install 6
nvm install 8
node --version
npm --version
- run:
Expand All @@ -79,7 +79,7 @@ jobs:
export NVM_DIR="/usr/local/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm --version
nvm install 7
nvm install 8
node --version
npm --version
- run:
Expand Down

0 comments on commit ea445b9

Please sign in to comment.