Skip to content

Commit

Permalink
Use Node 7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jun 28, 2017
1 parent 3392d66 commit c5f8b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 5.3
- 7
script: npm run test:node
before_install:
- "export DISPLAY=:99.0"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
environment:
matrix:
# node.js
- nodejs_version: "5.3"
- nodejs_version: "7"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit c5f8b32

Please sign in to comment.