Skip to content

Commit

Permalink
Merge pull request #81 from ExpediaDotCom/0.2.3-SNAPSHOT
Browse files Browse the repository at this point in the history
0.2.3 snapshot
  • Loading branch information
keshavpeswani authored Jan 3, 2019
2 parents 954ea9b + 4f599b7 commit 00c2b40
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ after_success:
- ./mvnw --batch-mode jacoco:report
- bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'

deploy:
provider: script
script: bash .travis/deploy.sh
skip_cleanup: true
on:
repo: ExpediaDotCom/haystack-client-java
condition: $TRAVIS_PULL_REQUEST = false
script:
- .travis/deploy.sh

notifications:
email:
Expand Down

0 comments on commit 00c2b40

Please sign in to comment.