File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,5 @@ node_js:
12
12
- ' 5'
13
13
- ' 4'
14
14
- ' 0.12'
15
- before_script :
16
- - npm install -g gulp-cli
17
- script : gulp
15
+ allowed_failures :
16
+ node_js : ' 0.12'
Original file line number Diff line number Diff line change 2
2
environment :
3
3
matrix :
4
4
# node.js
5
+ - nodejs_version : " 9.0"
5
6
- nodejs_version : " 8.0"
6
7
- nodejs_version : " 7.0"
7
8
- nodejs_version : " 6.0"
8
9
- nodejs_version : " 5.0"
10
+ - nodejs_version : " 4.0"
11
+ - nodejs_version : " 0.12"
9
12
10
13
# Install scripts. (runs after repo cloning)
11
14
install :
12
15
# Get the latest stable version of Node.js or io.js
13
16
- ps : Install-Product node $env:nodejs_version
14
17
# install modules
15
18
- npm install
16
- - npm install -g gulp-cli
17
19
18
20
# Post-install test scripts.
19
21
test_script :
20
22
# Output useful info for debugging.
21
23
- node --version
22
24
- npm --version
23
- # run tests
24
- - gulp
25
25
26
26
# Don't actually build.
27
27
build : off
You can’t perform that action at this time.
0 commit comments