Skip to content

Commit

Permalink
build on node v4, again (#855)
Browse files Browse the repository at this point in the history
* build on node v4 + linux, again

* 7 => 8

* 7 => 8 + added 4 back
  • Loading branch information
benmosher committed Jun 22, 2017
1 parent 14c501e commit b1eeade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- 4
- 6
- 7
- 8

os:
- linux
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
@@ -1,8 +1,9 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

# platform:
# - x86
Expand Down

0 comments on commit b1eeade

Please sign in to comment.