remove node version

This commit is contained in:
Gabriel Delavald 2017-11-01 17:35:45 -02:00
parent 1e2c9afd6f
commit 25733e765f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ machine:
dependencies:
pre:
# Install YARN
- node -v
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "android/$KEYSTORE"
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then