https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: 873f73e2c57fcdc3e9ae1392d8938a2a6b60a371 authored by otakuchiyan on 12 March 2016, 03:40:31 UTC
Fix restore bug when VPN wasn't established
Tip revision: 873f73e
.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