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

Commit

Permalink
Move releases deployment from internal Jenkins to Travis. (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdryomov authored Jun 18, 2018
1 parent 167d1ce commit a4cb419
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
language: shell

# We use Docker → we need sudo.
sudo: required

services:
- docker

script:
- bash ci/build.sh
- ci/build.sh

deploy:
- provider: script
script: PUBLISH=true ci/build.sh
skip_cleanup: true
on:
tags: true

notifications:
email: false

0 comments on commit a4cb419

Please sign in to comment.