Skip to content

Commit 78a63e2

Browse files
gscheibeldariuszkuc
authored andcommitted
Reapply deployment configuration (#102)
1 parent 219247d commit 78a63e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ deploy:
2323
repo: ExpediaDotCom/graphql-kotlin
2424
branch: master
2525
jdk: oraclejdk8
26+
-
27+
provider: script
28+
script: .travis/deploy.sh
29+
skip_cleanup: true
30+
on:
31+
repo: ExpediaDotCom/graphql-kotlin
32+
tags: true
33+
jdk: oraclejdk8
2634

2735
after_success:
2836
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)