Skip to content

Commit

Permalink
Use Latest Version of Yarn in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Mar 16, 2020
1 parent 827bd0c commit 91782d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ dist: trusty
sudo: false

cache:
npm: true
yarn: true
directories:
- node_modules

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"

before_script:
- yarn test:coverage

Expand Down

0 comments on commit 91782d7

Please sign in to comment.