Skip to content

Commit

Permalink
chore(CI): Change yarn version for Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Dec 2, 2018
1 parent 959f5ca commit 58d82f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "10"
- "8"
- "6"

branches:
only:
Expand All @@ -13,4 +14,9 @@ script:
after_success:
- npm run coveralls

cache: yarn
sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true

0 comments on commit 58d82f2

Please sign in to comment.