Skip to content

Commit

Permalink
Added proper yarn CI installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Oct 20, 2016
1 parent 720e1e7 commit c936728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_js:

cache:
directories:
- node_modules
- $HOME/.yarn-cache

addons:
apt:
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- nodejs_version: 4

cache:
- node_modules
- "%LOCALAPPDATA%/Yarn"

matrix:
fast_finish: true
Expand All @@ -22,7 +22,8 @@ clone_depth: 1
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm install -g yarnpkg
- choco install yarn
- refreshenv
- yarn

test_script:
Expand Down

0 comments on commit c936728

Please sign in to comment.