Skip to content

Commit

Permalink
Merge pull request #570 from chalettu/travis-yarn-tuning
Browse files Browse the repository at this point in the history
Updated our yarn command and turned on caching
  • Loading branch information
chriskacerguis committed Mar 8, 2017
2 parents d473a20 + c2e936c commit 5325b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,12 +3,13 @@ node_js:
- 6.9.1
sudo: false
cache:
yarn: true
directories:
- node_modules
before_install:
- npm install -g yarn@0.19.1
install:
- yarn install --force
- yarn install
after_script:
- codeclimate-test-reporter < reports/coverage/report-lcov/lcov.info
notifications:
Expand Down

0 comments on commit 5325b81

Please sign in to comment.