Skip to content

Commit

Permalink
prevent npm install on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Khartir committed Dec 13, 2019
1 parent 0681d8d commit fd12594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cache:
yarn: true
directories:
- node_modules
script: yarn && yarn bootstrap && yarn ci
install:
- yarn
script: yarn bootstrap && yarn ci
after_success:
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION

0 comments on commit fd12594

Please sign in to comment.