Skip to content

Commit

Permalink
chore(deps): update (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Aug 10, 2019
1 parent 865f713 commit f59646f
Show file tree
Hide file tree
Showing 5 changed files with 1,983 additions and 4,404 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@ language: node_js
branches:
only:
- master
- next
jobs:
fast_finish: true
allow_failures:
- env: WEBPACK_VERSION=canary
include:
- node_js: 12
env: WEBPACK_VERSION=latest JOB_PART=lint
script: npm run travis:$JOB_PART
script: npm run $JOB_PART
- node_js: 6
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
env: WEBPACK_VERSION=latest JOB_PART=test:only
script: npm run $JOB_PART
- node_js: 8
env: WEBPACK_VERSION=latest JOB_PART=coverage
script: npm run travis:$JOB_PART
env: WEBPACK_VERSION=latest JOB_PART=test:coverage
script: npm run $JOB_PART
after_success: 'bash <(curl -s https://codecov.io/bash)'
- node_js: 10
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
env: WEBPACK_VERSION=latest JOB_PART=test:only
script: npm run $JOB_PART
- node_js: 12
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
env: WEBPACK_VERSION=latest JOB_PART=test:only
script: npm run $JOB_PART
before_install:
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@latest; fi'
- nvm --version
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ test_script:
- node --version
- npm --version
- cmd: FOR /F %%I in ('compver --name webpack --gte %webpack_version% --lt latest') do SET COMPARED_VERSION_RESULT=%%I
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run appveyor:test) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run test:only) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
Loading

0 comments on commit f59646f

Please sign in to comment.