https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: e1d9aeb03016a5cc77d45d7c6d74e477fed066fc authored by otakuchiyan on 19 February 2016, 13:13:33 UTC
Modified DNS entry list
Tip revision: e1d9aeb
.travis.yml
language: android
android:
    components:
        - platform-tools
        - tools
        - build-tools-23.0.1
        - 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