-
Notifications
You must be signed in to change notification settings - Fork 10
/
.travis.yml
36 lines (33 loc) · 879 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
matrix:
include:
- language: android
dist: trusty
jdk: oraclejdk8
env:
global:
- NODE_VERSION=stable
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
# - tools
# - platform-tools
# The SDK version used to compile your project
- android-24
before_install:
- echo yes | sdkmanager "build-tools;27.0.1"
- ./travisci/android-before-install.sh
install:
- ./travisci/android-install.sh
script:
- ./travisci/android-scripts.sh
- language: objective-c
os: osx
osx_image: xcode11.3
env:
global:
- NODE_VERSION=stable
install:
- ./travisci/ios-install.sh
script:
- ./travisci/ios-script.sh