Skip to content

Commit

Permalink
Updated Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
d14na committed Jul 15, 2018
1 parent b558aaf commit 05acd06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ node_js:
cache:
directories:
- "node_modules"
sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true

0 comments on commit 05acd06

Please sign in to comment.