Skip to content

Commit

Permalink
updating travis [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelo-lyncode authored Sep 9, 2017
1 parent 9750ba4 commit b82d15e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ script:
- ./gradlew test jacoco

after_success:
- bash <(curl -s https://codecov.io/bash)
- if [[ ( "$TRAVIS_BRANCH" == "master" ) && ( "$TRAVIS_PULL_REQUEST" == "false" ) || ( ! -z "$TRAVIS_TAG" ) ]]; then ./gradlew bintrayUpload; fi

- bash <(curl -s https://codecov.io/bash)
- if [[ ( "$TRAVIS_BRANCH" == "master" ) && ( "$TRAVIS_PULL_REQUEST" == "false" ) && ( -z "$TRAVIS_TAG" ) ]]; then ./gradlew bintrayUpload; fi
- if [ ! -z "$TRAVIS_TAG" ]; then ./gradlew bintrayUpload -PjtwigVersion="$TRAVIS_TAG"; fi

notifications:
webhooks: http://jtwig.org/rest/travis
webhooks: http://jtwig.org/rest/travis

0 comments on commit b82d15e

Please sign in to comment.