Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xdtianyu committed Mar 12, 2015
1 parent 0f10967 commit e821d1d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
language: android
android:
components:
- platform-tools
- android-21
- build-tools-21.1.2
- extra

jdk: oraclejdk7

notifications:
email: false

before_install:
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null; fi

script:
- ./gradlew clean build

0 comments on commit e821d1d

Please sign in to comment.