Skip to content

Commit

Permalink
yet another try to fix the travis license issue, and remove some unne…
Browse files Browse the repository at this point in the history
…eded stuff
  • Loading branch information
ramack committed Oct 7, 2018
1 parent dea2aa1 commit 0ff0bae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ android:
components:
- tools
- platform-tools
- build-tools-28.0.0
- build-tools-28.0.2
- android-28
- extra-android-support
- extra-android-m2repository

script:
- ./gradlew assembleDebug
- ./gradlew testGooglePlayDebug
- ./gradlew testFlossDebug
- ./gradlew test
- ./gradlew testDebug
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
jcenter()
mavenCentral()
maven { url 'https://maven.google.com' }
maven { url 'https://maven.fabric.io/public' }
google()
}
dependencies {
Expand All @@ -18,6 +17,5 @@ allprojects {
jcenter()
mavenCentral()
maven { url 'https://maven.google.com' }
maven { url 'https://maven.fabric.io/public' }
}
}

0 comments on commit 0ff0bae

Please sign in to comment.