-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from JSpiner/feature/fix-travis-license
travis 이슈 수정
- Loading branch information
Showing
5 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
language: android | ||
jdk: oraclejdk8 | ||
android: | ||
components: | ||
- tools | ||
- platform-tools | ||
- tools | ||
- build-tools-23.0.2 | ||
- android-23 | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
licenses: | ||
- 'android-sdk-preview-license-.+' | ||
- 'android-sdk-license-.+' | ||
- 'google-gdk-license-.+' | ||
|
||
install: | ||
- echo y | android update sdk -u -a -t tools | ||
- echo y | android update sdk -u -a -t platform-tools | ||
- echo y | android update sdk -u -a -t build-tools-23.0.2 | ||
- echo y | android update sdk -u -a -t android-23 | ||
- echo y | android update sdk -u -a -t extra-google-m2repository | ||
- echo y | android update sdk -u -a -t extra-android-m2repository | ||
- tools | ||
- platform-tools | ||
- tools | ||
- build-tools-25.0.0 | ||
- build-tools-23.0.2 | ||
- android-25 | ||
- android-23 | ||
- extra-android-m2repository | ||
- extra-google-m2repository | ||
script: | ||
- ./gradlew build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,9 @@ android { | |
} | ||
} | ||
|
||
|
||
lintOptions { | ||
abortOnError false | ||
} | ||
buildToolsVersion '25.0.0' | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,9 @@ android { | |
} | ||
} | ||
|
||
|
||
lintOptions { | ||
abortOnError false | ||
} | ||
buildToolsVersion '25.0.0' | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ android { | |
} | ||
} | ||
|
||
lintOptions { | ||
abortOnError false | ||
} | ||
|
||
buildToolsVersion '25.0.0' | ||
} | ||
|