Skip to content

Commit

Permalink
fix: travis deployments are not running (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick authored and dariuszkuc committed Feb 27, 2019
1 parent ba50860 commit a9eeba7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,15 @@ deploy:
on:
repo: ExpediaDotCom/graphql-kotlin
branch: master
jdk:
- openjdk8
- openjdk11
jdk: openjdk8
-
provider: script
script: .travis/deploy.sh
skip_cleanup: true
on:
repo: ExpediaDotCom/graphql-kotlin
tags: true
jdk:
- openjdk8
- openjdk11
jdk: openjdk8

after_deploy:
- .travis/update-version.sh
Expand Down

0 comments on commit a9eeba7

Please sign in to comment.