Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Jan 3, 2018
1 parent c6dbf83 commit b9cdff6
Show file tree
Hide file tree
Showing 50 changed files with 9 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"

install: ./gradlew clean assemble test connectedDebugAndroidTest --stacktrace
script:
- ./gradlew clean assemble
- ./gradlew test --stacktrace --info
- ./gradlew fetch2:connectedAndroidTest -PdisablePreDex --stacktrace --info
- ./gradlew assembleAndroidTest --stacktrace --info


# Emulator Management: Create, Start and Wait
before_script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if necessary. See the Java docs for details.
```java
implementation "com.tonyodev.fetch2downloaders:fetch2downloaders:2.0.0-RC1"
```
Set the OkHttp Downloader for fetch to use.
Set the OkHttp Downloader for Fetch to use.
```java
final OkHttpClient okHttpClient = new OkHttpClient.Builder()
.build();
Expand Down
63 changes: 0 additions & 63 deletions circle.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':SampleApp', ":fetch2", ":fetch2rx", ":fetch2downloaders", ":fetchmigrator"
include ':sampleApp', ":fetch2", ":fetch2rx", ":fetch2downloaders", ":fetchmigrator"

0 comments on commit b9cdff6

Please sign in to comment.