File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
+ - " 8"
4
5
- " 6"
5
6
- " 4"
6
7
- " 0.12"
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ environment:
8
8
- nodejs_version : " 0.12"
9
9
- nodejs_version : " 4"
10
10
- nodejs_version : " 6"
11
+ - nodejs_version : " 8"
11
12
12
13
install :
13
- - npm -g install npm@2
14
- - set PATH=%APPDATA%\npm;%PATH%
14
+ - npm install -g npm@^3
15
15
- ps : Install-Product node $env:nodejs_version
16
16
- npm install
17
17
18
18
test_script :
19
19
- node --version
20
20
- npm --version
21
- - npm test
21
+ - cmd : npm test
22
22
23
23
build : off
24
24
Original file line number Diff line number Diff line change 26
26
"lint" : " eslint . && jscs index.js bin/ lib/ test/" ,
27
27
"prepublish" : " marked-man --name gulp docs/CLI.md > gulp.1" ,
28
28
"pretest" : " npm run lint" ,
29
- "test" : " mocha --async-only --timeout 3000 test/lib test" ,
29
+ "test" : " mocha --async-only --timeout 5000 test/lib test" ,
30
30
"cover" : " nyc --reporter=lcov --reporter=text-summary npm test" ,
31
31
"coveralls" : " nyc --reporter=text-lcov npm test | coveralls" ,
32
32
"changelog" : " github-changes -o gulpjs -r gulp-cli -b master -f ./CHANGELOG.md --order-semver --use-commit-body"
You can’t perform that action at this time.
0 commit comments