We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8f07b commit e3ddb7dCopy full SHA for e3ddb7d
.travis.yml
@@ -19,11 +19,6 @@ jobs:
19
env: WEBPACK_VERSION=latest JOB_PART=coverage
20
script: npm run travis:$JOB_PART
21
after_success: 'bash <(curl -s https://codecov.io/bash)'
22
- - stage: Webpack canary
23
- before_script: npm i --no-save git://github.com/webpack/webpack.git#master
24
- script: npm run travis:$JOB_PART
25
- node_js: 8
26
- env: WEBPACK_VERSION=canary JOB_PART=test
27
before_install:
28
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
29
- nvm --version
0 commit comments