CI: build on node 6, fix release deploy

ios
Norwin 6 years ago
parent 64c7e17022
commit bc733c93de

@ -8,10 +8,10 @@ android:
- android-27 - android-27
before_install: before_install:
- yes | sdkmanager "platforms;android-27" - yes | sdkmanager "platforms;android-27" # accept android licenses
install: 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 -g ionic cordova
- npm install - npm install
@ -33,7 +33,7 @@ deploy:
- provider: releases - provider: releases
api_key: $GITHUB_TOKEN api_key: $GITHUB_TOKEN
file: file:
- "sensebox_blockly_{TRAVIS_TAG}.apk" - "sensebox_blockly_${TRAVIS_TAG}.apk"
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true

Loading…
Cancel
Save