Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Commit a4cb419

Browse files
authored
Move releases deployment from internal Jenkins to Travis. (#152)
1 parent 167d1ce commit a4cb419

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
language: shell
2+
13
# We use Docker → we need sudo.
24
sudo: required
35

46
services:
57
- docker
68

79
script:
8-
- bash ci/build.sh
10+
- ci/build.sh
11+
12+
deploy:
13+
- provider: script
14+
script: PUBLISH=true ci/build.sh
15+
skip_cleanup: true
16+
on:
17+
tags: true
918

1019
notifications:
1120
email: false

0 commit comments

Comments
 (0)