Skip to content

Commit 28fed78

Browse files
authored
build: don't run deploy on master branch push (#180)
1 parent a9eeba7 commit 28fed78

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.travis.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,13 @@ script:
1818
- ./mvnw -f example/pom.xml verify
1919

2020
deploy:
21-
-
22-
provider: script
23-
script: .travis/deploy.sh
24-
skip_cleanup: true
25-
on:
26-
repo: ExpediaDotCom/graphql-kotlin
27-
branch: master
28-
jdk: openjdk8
29-
-
30-
provider: script
31-
script: .travis/deploy.sh
32-
skip_cleanup: true
33-
on:
34-
repo: ExpediaDotCom/graphql-kotlin
35-
tags: true
36-
jdk: openjdk8
21+
provider: script
22+
script: .travis/deploy.sh
23+
skip_cleanup: true
24+
on:
25+
repo: ExpediaDotCom/graphql-kotlin
26+
tags: true
27+
jdk: openjdk8
3728

3829
after_deploy:
3930
- .travis/update-version.sh

0 commit comments

Comments
 (0)