We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb018e commit 6a3cc46Copy full SHA for 6a3cc46
.travis.yml
@@ -16,6 +16,7 @@ env:
16
- export NODE_VERSION="0.12" TARGET_ARCH="x64"
17
- export NODE_VERSION="4.1" TARGET_ARCH="x64"
18
- export NODE_VERSION="5.8" TARGET_ARCH="x64"
19
+ - export NODE_VERSION="6" TARGET_ARCH="x64"
20
21
matrix:
22
fast_finish: true
@@ -29,6 +30,9 @@ matrix:
29
30
- os: linux
31
env: export NODE_VERSION="5.8" TARGET_ARCH="ia32"
32
sudo: required
33
+ - os: linux
34
+ env: export NODE_VERSION="6" TARGET_ARCH="ia32"
35
+ sudo: required
36
37
git:
38
depth: 1
appveyor.yml
@@ -29,9 +29,9 @@ environment:
# Node.js
- nodejs_version: "0.12"
- # Node.js
- nodejs_version: "4.1"
- nodejs_version: "5.8"
+ - nodejs_version: "6"
0 commit comments