1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-02-20 11:53:58 +01:00

travis: build on node 12

This commit is contained in:
Norwin 2020-03-07 12:30:22 +01:00
parent 94fcc90f42
commit 4d53f97e29

View file

@ -11,7 +11,7 @@ before_install:
- yes | sdkmanager "platforms;android-27" # accept android licenses
install:
- nvm install 6 # build with nodejs 6, as this is what FDroid uses (debian stretch backports)
- nvm install 12
- npm install -g ionic cordova
- npm install