Skip to content

Commit b1eeade

Browse files
authored
build on node v4, again (#855)
* build on node v4 + linux, again * 7 => 8 * 7 => 8 + added 4 back
1 parent 14c501e commit b1eeade

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3+
- 4
34
- 6
4-
- 7
5+
- 8
56

67
os:
78
- linux

Diff for: appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Test against this version of Node.js
22
environment:
33
matrix:
4-
- nodejs_version: "7"
4+
- nodejs_version: "8"
55
- nodejs_version: "6"
6+
- nodejs_version: "4"
67

78
# platform:
89
# - x86

0 commit comments

Comments
 (0)