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

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
;; ;;