CI: build on node 6, fix release deploy

ios
Norwin 5 years ago
parent 64c7e17022
commit bc733c93de

@ -8,10 +8,10 @@ android:
- android-27
before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-27" # accept android licenses
install:
- nvm install 8
- nvm install 6 # build with nodejs 6, as this is what FDroid uses (debian stretch backports)
- npm install -g ionic cordova
- npm install
@ -33,7 +33,7 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file:
- "sensebox_blockly_{TRAVIS_TAG}.apk"
- "sensebox_blockly_${TRAVIS_TAG}.apk"
skip_cleanup: true
on:
tags: true

Loading…
Cancel
Save