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

Commit

Permalink
Travis, Appveyor: Test on Node 0.12/4/6 instead of 0.12/4/5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Aug 17, 2016
1 parent da7bb38 commit 680561e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ sudo: false
node_js:
- '0.12'
- '4'
- '5'
- '6'
env:
global:
- CXX=g++-4.8
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -10,7 +10,7 @@ init:
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "5"
- nodejs_version: "6"

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

0 comments on commit 680561e

Please sign in to comment.