forked from cloudinary/cloudinary_java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (25 loc) · 708 Bytes
/
Copy path.travis.yml
File metadata and controls
31 lines (25 loc) · 708 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
language: android
android:
components:
- tools
- platform-tools
- tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
jdk:
- oraclejdk8
# Android build tools 25 require java 8 - until project separation java 7 tests are disabled
# - oraclejdk7
# - openjdk7
# Temporarily disabled, test fail because Hamcrest needs java 1.7
# - openjdk6
# ciTest is configured to skip the various timeout tests that don't work in travis
script: ./gradlew clean ciTest