We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd9d47 + 645e9dc commit 7c6a6e2Copy full SHA for 7c6a6e2
.travis.yml
@@ -24,7 +24,7 @@ jobs:
24
script: npm run travis:$JOB_PART
25
after_success: 'bash <(curl -s https://codecov.io/bash)'
26
- stage: Webpack canary
27
- before_script: npm i --no-save git://github.com/webpack/webpack.git#master
+ before_script: yarn add git://github.com/webpack/webpack.git#master
28
29
node_js: 8
30
env: WEBPACK_VERSION=canary JOB_PART=test
@@ -36,7 +36,7 @@ before_install:
36
before_script:
37
- |-
38
if [ "$WEBPACK_VERSION" ]; then
39
- npm i --no-save webpack@$WEBPACK_VERSION
+ yarn add webpack@$WEBPACK_VERSION
40
fi
41
script:
42
- 'npm run travis:$JOB_PART'
0 commit comments