Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Commit

Permalink
Travis: run tests on Node.js 7, drop support for Node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Oct 26, 2016
1 parent 680561e commit dba98a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
language: node_js
sudo: false
node_js:
- '0.12'
- '4'
- '6'
- '7'
env:
global:
- CXX=g++-4.8
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -9,7 +9,7 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"

# Install scripts. (runs after repo cloning)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,6 +62,6 @@
"test": "grunt"
},
"engines": {
"node": ">=0.12.7 <0.13 || >=4.1.1"
"node": ">=4.4 <5 || >=6.9"
}
}

0 comments on commit dba98a9

Please sign in to comment.