We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e86f0 commit a89f5b0Copy full SHA for a89f5b0
.travis.yml
@@ -2,6 +2,10 @@ language: ruby
2
sudo: false
3
dist: trusty
4
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
9
notifications:
10
email:
11
on_success: never
0 commit comments