Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Node v5 on Travis/Appveyor (v6 is stable) #774

Merged
merged 5 commits into from Apr 27, 2016
Merged
Next

Test Node v5 on Travis/Appveyor (v6 is stable)

  • Loading branch information
josephfrazier committed Apr 27, 2016
commit 8656c582ce676697a0f58db1194b3797226bf9c4
@@ -8,6 +8,7 @@ init:
environment:
matrix:
- nodejs_version: "" # https://www.appveyor.com/docs/installed-software#node-js
- nodejs_version: "5"
- nodejs_version: "4"

# Install scripts. (runs after repo cloning)
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 'node'
- '5'
- '4'
sudo: false
env:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.