Skip to content

Commit a9eeba7

Browse files
smyrickdariuszkuc
authored andcommitted
fix: travis deployments are not running (#178)
1 parent ba50860 commit a9eeba7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,15 @@ deploy:
2525
on:
2626
repo: ExpediaDotCom/graphql-kotlin
2727
branch: master
28-
jdk:
29-
- openjdk8
30-
- openjdk11
28+
jdk: openjdk8
3129
-
3230
provider: script
3331
script: .travis/deploy.sh
3432
skip_cleanup: true
3533
on:
3634
repo: ExpediaDotCom/graphql-kotlin
3735
tags: true
38-
jdk:
39-
- openjdk8
40-
- openjdk11
36+
jdk: openjdk8
4137

4238
after_deploy:
4339
- .travis/update-version.sh

0 commit comments

Comments
 (0)