Skip to content

Commit

Permalink
ci(travis): use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 5, 2018
1 parent 8897d44 commit 39773aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -25,8 +25,8 @@ before_install:
- nvm --version
- node --version
before_script:
- 'if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi'
- 'if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi'
script:
- yarn run travis:$JOB_PART
- npm run travis:$JOB_PART
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 39773aa

Please sign in to comment.