Skip to content

Commit

Permalink
Reapply deployment configuration (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
gscheibel authored and dariuszkuc committed Dec 18, 2018
1 parent 219247d commit 78a63e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ deploy:
repo: ExpediaDotCom/graphql-kotlin
branch: master
jdk: oraclejdk8
-
provider: script
script: .travis/deploy.sh
skip_cleanup: true
on:
repo: ExpediaDotCom/graphql-kotlin
tags: true
jdk: oraclejdk8

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 78a63e2

Please sign in to comment.