Skip to content

Commit

Permalink
Test on modern Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 27, 2017
1 parent ea16584 commit 821de79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '4.2'
- '6'
before_script:
- npm install -g grunt-cli
script: grunt test
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,7 @@ init:

environment:
matrix:
- nodejs_version: 4.2
- nodejs_version: 6

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 821de79

Please sign in to comment.