Skip to content

Commit 39773aa

Browse files
committedJan 5, 2018
ci(travis): use npm
1 parent 8897d44 commit 39773aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ before_install:
2525
- nvm --version
2626
- node --version
2727
before_script:
28-
- 'if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi'
28+
- 'if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi'
2929
script:
30-
- yarn run travis:$JOB_PART
30+
- npm run travis:$JOB_PART
3131
after_success:
3232
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)
Please sign in to comment.