https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: 7d2597182abb799ef1897d18b4ac010b24f1220a authored by otakuchiyan on 11 March 2016, 14:48:56 UTC
Implemented ndc and firewall rules mode, restore
Tip revision: 7d25971
.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