Skip to content

Commit

Permalink
Merge pull request #137 from doughsay/travis-fixes
Browse files Browse the repository at this point in the history
Update travis file for official yarn support.
  • Loading branch information
doughsay authored May 21, 2017
2 parents 12f41e9 + ea17087 commit 160a887
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 160a887

Please sign in to comment.