android build only

This commit is contained in:
Gabriel Delavald 2017-11-01 17:50:39 -02:00
parent 2dd63bc6e7
commit e756e69126
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
machine:
xcode:
version: '8.3'
node:
version: 8
environment:
YARN_VERSION: 0.18.1
# Needed for Android SDK installation bash script (see below)
@ -10,7 +10,6 @@ machine:
dependencies:
pre:
# Install YARN
- brew install node
- node -v
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "android/$KEYSTORE"
- |