Skip to content

Commit

Permalink
Merge pull request #5086 from webpack/ci/node-8
Browse files Browse the repository at this point in the history
OSX test on node.js 8
  • Loading branch information
sokra committed Jun 19, 2017
2 parents f4b8785 + 3dcb133 commit 49d6e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ matrix:
node_js: "4.3"
env: NO_WATCH_TESTS=1 JOB_PART=test
- os: osx
node_js: "7"
node_js: "8"
env: NO_WATCH_TESTS=1 JOB_PART=test
allow_failures:
- os: osx
Expand Down

0 comments on commit 49d6e38

Please sign in to comment.