Skip to content

Commit

Permalink
Merge pull request zhihu#1 from zhihu/travis
Browse files Browse the repository at this point in the history
Travis integration
  • Loading branch information
gejiaheng authored Apr 19, 2017
2 parents 3bcb15e + bccc5ac commit fe17122
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: android

android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository

jdk:
- oraclejdk8

notifications:
email: false

script: ./gradlew assemble check
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![Image](/image/banner.png)

# Matisse
[![Build Status](https://travis-ci.org/zhihu/Matisse.svg)](https://travis-ci.org/zhihu/Matisse)
Matisse is a well-designed local image selector for Android. You can
- Use it in Activity or Fragment
- Select JPEG, PNG and GIF
Expand Down Expand Up @@ -116,4 +117,4 @@ This library is inspired by [Laevatein](https://github.com/nohana/Laevatein) and
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit fe17122

Please sign in to comment.