Skip to content

Commit

Permalink
build(defaults): update to v1.6.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens authored and michael-ciniawsky committed Oct 21, 2017
1 parent 9cc1206 commit 252c5d9
Show file tree
Hide file tree
Showing 4 changed files with 3,431 additions and 2,047 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
include:
- &test-latest
stage: Webpack latest
nodejs: 6
node_js: 6
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
nodejs: 4.3
node_js: 4.8
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ environment:
- nodejs_version: '6'
webpack_version: latest
job_part: test
- nodejs_version: '4.3'
- nodejs_version: '4.8'
webpack_version: latest
job_part: test
build: 'off'
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version x64
- npm i -g npm@latest
- npm install
before_test:
- cmd: npm install webpack@%webpack_version%
Expand Down
Loading

0 comments on commit 252c5d9

Please sign in to comment.