Skip to content

Commit

Permalink
Fold travis log & color console
Browse files Browse the repository at this point in the history
  • Loading branch information
IDragonfire committed May 13, 2017
1 parent f7c0522 commit 17c9242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ install:
- docker-compose -f faf-stack/docker-compose.yml up -d faf-db

script:
- echo -e 'travis_fold:start:gradle' && echo 'Gradle Build & Test'
- chmod +x gradlew && ./gradlew build --info
- echo -e 'travis_fold:end:gradle'

after_success:
- ./gradlew jacocoTestReport coveralls
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply from: 'https://raw.githubusercontent.com/mendhak/Gradle-Travis-Colored-Output/master/ColoredOutput.gradle'

buildscript {
repositories {
jcenter()
Expand Down

0 comments on commit 17c9242

Please sign in to comment.