forked from florent37/MaterialViewPager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (24 loc) · 668 Bytes
/
Copy path.travis.yml
File metadata and controls
31 lines (24 loc) · 668 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
jdk:
- openjdk7
android:
components:
- android-22
- build-tools-22.0.1
- extra-android-support
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
notifications:
email: true
# Turn off caching to avoid any caching problems
cache: false
# Use the Travis Container-Based Infrastructure (see #203)
sudo: false
install:
# Ensure Gradle wrapper is executable, download wrapper and show version
- chmod +x ./gradlew; ls -l gradlew; ./gradlew wrapper -v
# Download and show android dependencies
# - ./gradlew androidDependencies
script:
- ./gradlew clean assembleDebug