Skip to content

Commit

Permalink
Some additional setting for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jahudzik committed Sep 22, 2017
1 parent ec40fb9 commit c418f26
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
language: android

jdk:
- oraclejdk8
os: linux

sudo: false

jdk: oraclejdk8

android:
components:
- tools
- platform-tools
- build-tools-26.0.1

# The SDK version used to compile your project
- android-26

before_install:
- chmod +x gradlew
before_install: chmod +x gradlew

script: ./gradlew clean assembleDebug check --stacktrace
script: ./gradlew clean assembleDebug check --stacktrace

0 comments on commit c418f26

Please sign in to comment.