File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
33node_js :
4- - " 0.10"
5- - " 0.12"
6- - 4
7- - node
4+ - " 7"
5+ - " 6"
6+ - " 4.3"
87script : npm run travis
98env :
109 - NO_WATCH_TESTS=1
1110
12- before_install :
13- - ' [ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2'
14-
1511before_script :
1612 - npm link
1713 - npm link webpack
Original file line number Diff line number Diff line change 77# what combinations to test
88environment :
99 matrix :
10- - nodejs_version : 0.12
11-
12- # combinations having this can fail
13- matrix :
14- allow_failures :
15- - nodejs_version : 0.13
10+ - nodejs_version : " 7"
11+ - nodejs_version : " 6"
1612
1713install :
18- - ps : Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
14+ - ps : Install-Product node $env:nodejs_version x64
1915 - npm install --msvs_version=2013
16+ - npm link
17+ - npm link webpack
2018
2119build : off
2220
You can’t perform that action at this time.
0 commit comments