Skip to content

Commit 7bbd133

Browse files
committed
.travis.yml
1 parent 007ec7b commit 7bbd133

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.travis.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: android
2+
jdk: oraclejdk8
3+
4+
env:
5+
global:
6+
- ANDROID_API_LEVEL=25
7+
- ANDROID_BUILD_TOOLS_VERSION=25.0.2
8+
9+
android:
10+
components:
11+
# The BuildTools version used by your project
12+
- tools
13+
- platform-tools
14+
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
15+
- extra-android-m2repository
16+
- extra-google-android-support
17+
18+
# The SDK version used to compile your project
19+
- android-$ANDROID_API_LEVEL
20+
licenses:
21+
- '.+'
22+
23+
script: "./gradlew build"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# CameraFilters
22
[ ![Bintray](https://img.shields.io/badge/bintray-v1.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/CameraFilters/1.0/link)
3+
[ ![Build Status](https://travis-ci.org/JessYanCoding/CameraFilters.svg?branch=master) ](https://travis-ci.org/JessYanCoding/CameraFilters)
34
[ ![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.3.html)
45
[ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0)
56

0 commit comments

Comments
 (0)