Skip to content

Commit

Permalink
Travis configuration modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed May 12, 2016
1 parent b11ca6c commit 17eb980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: true

language: android

Expand Down Expand Up @@ -35,6 +35,6 @@ android:


# Build
script: ./gradlew --stacktrace clean build
script: ./gradlew build


2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip

0 comments on commit 17eb980

Please sign in to comment.