lightning-i2p/.travis.yml
Anthony Restaino aca3b6c08a Fix CI build
2016-04-23 09:54:09 -04:00

22 lines
424 B
YAML

language: android
sudo: false
android:
components:
- tools
- build-tools-23.0.3
- build-tools-22.0.1
- android-23
- android-22
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
- chmod +x gradlew
- git submodule update --init --recursive
install:
- ./gradlew
script:
- ./gradlew assembleDebug --stacktrace