Skip to content

Commit

Permalink
Update travis file for official yarn support.
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed May 21, 2017
1 parent 12f41e9 commit ea17087
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ language: node_js
node_js:
- "6"
cache:
yarn: true
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn
- yarn install
- ln -s .env.test .env
script:
- yarn run lint
Expand Down

0 comments on commit ea17087

Please sign in to comment.