mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Use latest version of yarn (installed via npm) (#508)
no issue - adds yarn cache to travis - uses latest version of yarn via npm install
This commit is contained in:
parent
ec760ca2f6
commit
2fc7319247
1 changed files with 2 additions and 3 deletions
|
@ -14,6 +14,7 @@ branches:
|
|||
- /^greenkeeper-.+$/
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
|
@ -22,13 +23,11 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- google-chrome
|
||||
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
- yarn
|
||||
|
||||
install:
|
||||
- npm i -g yarn
|
||||
- yarn global add bower
|
||||
- yarn
|
||||
- bower install
|
||||
|
|
Loading…
Add table
Reference in a new issue