File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
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
- - " 0.10"
5
- - " 0.12"
6
- - 4
7
- - node
4
+ - " 7"
5
+ - " 6"
6
+ - " 4.3"
8
7
script : npm run travis
9
8
env :
10
9
- NO_WATCH_TESTS=1
11
10
12
- before_install :
13
- - ' [ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2'
14
-
15
11
before_script :
16
12
- npm link
17
13
- npm link webpack
Original file line number Diff line number Diff line change 7
7
# what combinations to test
8
8
environment :
9
9
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"
16
12
17
13
install :
18
- - ps : Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
14
+ - ps : Install-Product node $env:nodejs_version x64
19
15
- npm install --msvs_version=2013
16
+ - npm link
17
+ - npm link webpack
20
18
21
19
build : off
22
20
You can’t perform that action at this time.
0 commit comments