https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: f3c49ad4a778eec527d7ece978e82676c7c7b610 authored by otakuchiyan on 13 March 2016, 10:31:42 UTC
Implemented custom network interface preference
Tip revision: f3c49ad
.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