Skip to content

Commit a89f5b0

Browse files
committed
added auto docker build to travis completion
1 parent 05e86f0 commit a89f5b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: ruby
22
sudo: false
33
dist: trusty
44
cache: bundler
5+
after_success:
6+
- if [ "$TRAVIS_BRANCH" == "master" ]; then
7+
curl -H "Content-Type: application/json" --data '{"build": true}' -X POST https://registry.hub.docker.com/u/jakewmeyer/spacex-api/trigger/5e92e617-8b11-489f-a269-36ab24a4d7a5/;
8+
fi
59
notifications:
610
email:
711
on_success: never

0 commit comments

Comments
 (0)