Skip to content

Commit

Permalink
travis to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Dec 10, 2017
1 parent df15f30 commit 760f494
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ sudo: false
language: node_js

node_js:
- 8
- 6
- 4

cache:
directories:
- node_modules

install:
- npm i -g npm@latest
- npm install
cache: yarn

branches:
except:
Expand Down

0 comments on commit 760f494

Please sign in to comment.