We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm
1 parent 8897d44 commit 39773aaCopy full SHA for 39773aa
.travis.yml
@@ -25,8 +25,8 @@ before_install:
25
- nvm --version
26
- node --version
27
before_script:
28
- - 'if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi'
+ - 'if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi'
29
script:
30
- - yarn run travis:$JOB_PART
+ - npm run travis:$JOB_PART
31
after_success:
32
- bash <(curl -s https://codecov.io/bash)
0 commit comments