https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: 9ac02959263d431daf261556bc447a9d937efe56 authored by otakuchiyan on 12 March 2016, 13:51:07 UTC
Xposed API
Tip revision: 9ac0295
.travis.yml
language: android
android:
    components:
        - platform-tools
        - tools
        - build-tools-23.0.2
        - android-23
jdk:
    - oraclejdk7

before_script:
    - ./depending_repos.sh
    - pip install -r ./travis/requirements.txt --user

script: ./gradlew build -s

after_success: python2 ./travis/travis_upload_release_to_github.py
back to top