added curl command to travis.yml to build zammad-docker-compose after…
… successfull zammad build
This commit is contained in:
parent
165a46450f
commit
eb38beb7f2
1 changed files with 1 additions and 0 deletions
|
@ -55,3 +55,4 @@ script:
|
|||
- ruby -I test/ test/integration/user_device_controller_test.rb
|
||||
- ruby -I test/ test/integration/sipgate_controller_test.rb
|
||||
- rake db:drop
|
||||
after_success: curl -X POST -H "Content-Type: application/json" -H "Travis-API-Version: 3" -H "Accept: application/json" -H "Authorization: ${TRAVIS_API_TOKEN}" -d '{"request": {"branch": "master"}}' 'https://api.travis-ci.org/repo/zammad%2Fzammad-docker-compose/requests'
|
||||
|
|
Loading…
Reference in a new issue