We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b224395 commit d0a2c3aCopy full SHA for d0a2c3a
.appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
matrix:
3
- - nodejs_version: "5.0"
+ - nodejs_version: "4.0"
4
- nodejs_version: "6.0"
5
6
.travis.yml
@@ -2,7 +2,7 @@ dist: trusty
sudo: required
language: node_js
node_js:
- - "5"
+ - "4"
- "6"
7
os:
8
- linux
@@ -30,12 +30,12 @@ matrix:
30
- node_js: "6"
31
env: NODE_SCRIPT="tests/e2e_runner.js --nightly"
32
- os: osx
33
- node_js: "5"
+ node_js: "4"
34
env: SCRIPT=lint
35
36
env: SCRIPT=build
37
38
39
40
41
env: TARGET=mobile SCRIPT=mobile_test
0 commit comments