Skip to content

Commit

Permalink
yarn ci doesn't always do a yarn install on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Nov 24, 2019
1 parent 3b67e89 commit d9a8781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cache:
yarn: true
directories:
- node_modules
script: yarn ci
script: yarn && yarn ci
after_success:
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION

0 comments on commit d9a8781

Please sign in to comment.