Bimba.git

ref: 626afbeb1be1156be561a8e0e4c108b22fbd9869

./.travis.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
language: android
jdk: oraclejdk8
sudo: false

android:
  components:
    - platform-tools
    - tools
    - android-25
    - build-tools-25.0.3
    - tools
    - build-tools-25.0.3
    - android-25
    - tools
    - build-tools-25.0.3
    - android-25
    - extra-android-m2repository

script: ./gradlew build || (cat /home/travis/build/apiote/Bimba/app/build/reports/lint-results.html; false)