File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 3
3
directories :
4
4
- travis-phantomjs
5
5
node_js :
6
+ - " 9"
6
7
- " 8"
7
8
- " 6"
8
9
- " 4"
9
- # - "0.12"
10
- # - "0.10"
11
10
before_install :
12
11
# from https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-177592725
13
12
# and also from https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-200965782
Original file line number Diff line number Diff line change 1
1
# Test against these versions of Node.js.
2
2
environment :
3
3
matrix :
4
- # - nodejs_version: "0.10"
5
- # - nodejs_version: "0.12"
6
4
- nodejs_version : " 4"
7
5
- nodejs_version : " 6"
8
6
- nodejs_version : " 8"
7
+ - nodejs_version : " 9"
9
8
10
9
# Install scripts. (runs after repo cloning)
11
10
install :
12
- # Get the latest stable version of Node 0.STABLE.latest
13
- - ps : Install-Product node $env:nodejs_version
14
- # Use npm v2
15
- - npm -g install npm@2
16
- - set PATH=%APPDATA%\npm;%PATH%
17
- - npm -v
18
-
19
11
# node 0.10 & 0.12 have race condition issues when running custom install scripts
20
12
# this can cause phantomjs-prebuilt install script to fail with the error:
21
13
# <Cannot find module 'boom'>
Original file line number Diff line number Diff line change 34
34
},
35
35
"browser" : " ./dist/less.js" ,
36
36
"engines" : {
37
- "node" : " >=0.12 "
37
+ "node" : " >=4 "
38
38
},
39
39
"scripts" : {
40
40
"test" : " grunt test"
You can’t perform that action at this time.
0 commit comments