Skip to content

Commit

Permalink
set node version to 8 for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Apr 24, 2019
1 parent 39037da commit cfbdc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:

- name: "Node/Javascript Tests"
language: node_js
node_js: "6"
node_js: "8"
addons:
- chrome: stable
before_script:
Expand Down

0 comments on commit cfbdc56

Please sign in to comment.