Skip to content

Commit

Permalink
fix: yarn in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX committed Mar 27, 2017
1 parent 7f82568 commit 6b673c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
sudo: false
language: node_js
cache:
yarn: true
directories:
- node_modules
notifications:
email: false
node_js:
- '6'
- '7'
before_install:
- npm i -g npm@^3.0.0
- npm i -g yarn
install: yarn
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit 6b673c4

Please sign in to comment.