upa
Hansi, dl9rdz 2021-05-29 18:14:49 +02:00
rodzic 17a4e44203
commit d1b1e74bd4
1 zmienionych plików z 8 dodań i 10 usunięć

Wyświetl plik

@ -1,12 +1,11 @@
os:
- osx
- android
os: linux
language: android
dist: bionic
jobs:
include:
- language: android
os: linux
dist: bionic
jdk: oraclejdk8
android:
@ -17,9 +16,9 @@ jobs:
before_script:
- echo "Before"
- apt install nodejs
- npm install -g cordova
- cordova platfrom add android
- cordova build
- npm install -g cordova
- cordova platfrom add android
- cordova build
script:
- echo "script"
@ -32,5 +31,4 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "android" ]; then
echo "TEST Android"
fi
-