Skip to content

Commit

Permalink
Uses yarn instead of npm
Browse files Browse the repository at this point in the history
Primarily for dependency install speed during CI.
https://yarnpkg.com
  • Loading branch information
Kevin Morris committed Apr 13, 2017
1 parent 5fdc26f commit 4984c05
Show file tree
Hide file tree
Showing 2 changed files with 1,938 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ node_js:
- "node"
script:
- grunt test
cache:
bundler: true
directories:
- node_modules # NPM packages
cache: yarn
Loading

0 comments on commit 4984c05

Please sign in to comment.