Skip to content

Commit 20a2fa1

Browse files
committed
fix configs
1 parent 5d3405f commit 20a2fa1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ node_js:
1212
- '5'
1313
- '4'
1414
- '0.12'
15-
before_script:
16-
- npm install -g gulp-cli
17-
script: gulp
15+
allowed_failures:
16+
node_js: '0.12'

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
environment:
33
matrix:
44
# node.js
5+
- nodejs_version: "9.0"
56
- nodejs_version: "8.0"
67
- nodejs_version: "7.0"
78
- nodejs_version: "6.0"
89
- nodejs_version: "5.0"
10+
- nodejs_version: "4.0"
11+
- nodejs_version: "0.12"
912

1013
# Install scripts. (runs after repo cloning)
1114
install:
1215
# Get the latest stable version of Node.js or io.js
1316
- ps: Install-Product node $env:nodejs_version
1417
# install modules
1518
- npm install
16-
- npm install -g gulp-cli
1719

1820
# Post-install test scripts.
1921
test_script:
2022
# Output useful info for debugging.
2123
- node --version
2224
- npm --version
23-
# run tests
24-
- gulp
2525

2626
# Don't actually build.
2727
build: off

0 commit comments

Comments
 (0)