We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eeba7 commit 28fed78Copy full SHA for 28fed78
.travis.yml
@@ -18,22 +18,13 @@ script:
18
- ./mvnw -f example/pom.xml verify
19
20
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
31
32
33
34
35
- tags: true
36
+ provider: script
+ script: .travis/deploy.sh
+ skip_cleanup: true
+ on:
+ repo: ExpediaDotCom/graphql-kotlin
+ tags: true
+ jdk: openjdk8
37
38
after_deploy:
39
- .travis/update-version.sh
0 commit comments