hack to install yarn on ci

This commit is contained in:
Ari Lazier 2016-11-10 04:28:58 -08:00
parent c5c451ed18
commit dff6c833ff
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ case "$TARGET" in
npm run jsdoc npm run jsdoc
;; ;;
"realmjs") "realmjs")
#HACK
brew install yarn
pushd src pushd src
xctest RealmJS xctest RealmJS
;; ;;