forked from alexjlockwood/kyrie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (30 loc) · 671 Bytes
/
.travis.yml
File metadata and controls
35 lines (30 loc) · 671 Bytes
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
language: android
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-27.0.2
- android-27
- extra-android-support
licenses:
- android-sdk-license-.+
before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "sources;android-27"
- yes | sdkmanager "docs"
after_success:
- ./gradlew javadocRelease
deploy:
# Fix broken deployment due to
# https://github.com/travis-ci/travis-ci/issues/9312
edge:
branch: v1.8.47
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: library/build/docs/javadoc/release
on:
branch: master