Skip to content

Commit 737bb0b

Browse files
author
Magesh Chandramouli
committed
removing the condition to run deploy script
1 parent e40cfdd commit 737bb0b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ after_success:
3030
- ./mvnw --batch-mode jacoco:report
3131
- bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
3232

33-
deploy:
34-
provider: script
35-
script: bash .travis/deploy.sh
36-
skip_cleanup: true
37-
on:
38-
repo: ExpediaDotCom/haystack-client-java
39-
condition: $TRAVIS_PULL_REQUEST = false
33+
script:
34+
- .travis/deploy.sh
4035

4136
notifications:
4237
email:

0 commit comments

Comments
 (0)