Skip to content

Commit ba91f6a

Browse files
aichbauerJPeer264
authored andcommitted
CI: test node version 8 (#50)
1 parent 866cffd commit ba91f6a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: .travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: node_js
22
sudo: true
33
dist: trusty
44
node_js:
5-
- "4"
6-
- "6"
5+
- 4
6+
- 6
7+
- 8
78
install:
89
- yarn
910
script: npm test

Diff for: appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
environment:
33
matrix:
44
# node.js
5-
- nodejs_version: "4"
6-
- nodejs_version: "6"
5+
- nodejs_version: 4
6+
- nodejs_version: 6
7+
- nodejs_version: 8
78

89
# Install scripts. (runs after repo cloning)
910
install:

0 commit comments

Comments
 (0)