Skip to content

Commit 252c5d9

Browse files
joshwiensmichael-ciniawsky
authored andcommitted
build(defaults): update to v1.6.0 (#78)
1 parent 9cc1206 commit 252c5d9

4 files changed

Lines changed: 3431 additions & 2047 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
include:
1212
- &test-latest
1313
stage: Webpack latest
14-
nodejs: 6
14+
node_js: 6
1515
env: WEBPACK_VERSION=latest JOB_PART=test
1616
script: npm run travis:$JOB_PART
1717
- <<: *test-latest
18-
nodejs: 4.3
18+
node_js: 4.8
1919
env: WEBPACK_VERSION=latest JOB_PART=test
2020
script: npm run travis:$JOB_PART
2121
- <<: *test-latest

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ environment:
1111
- nodejs_version: '6'
1212
webpack_version: latest
1313
job_part: test
14-
- nodejs_version: '4.3'
14+
- nodejs_version: '4.8'
1515
webpack_version: latest
1616
job_part: test
1717
build: 'off'
1818
matrix:
1919
fast_finish: true
2020
install:
2121
- ps: Install-Product node $env:nodejs_version x64
22+
- npm i -g npm@latest
2223
- npm install
2324
before_test:
2425
- cmd: npm install webpack@%webpack_version%

0 commit comments

Comments
 (0)