From eb38beb7f2c317b6daf66c708f2092391f519b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sun, 23 Jul 2017 11:11:00 +0200 Subject: [PATCH] =?UTF-8?q?added=20curl=20command=20to=20travis.yml=20to?= =?UTF-8?q?=20build=20zammad-docker-compose=20after=E2=80=A6=20=E2=80=A6?= =?UTF-8?q?=20successfull=20zammad=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c8153f76e..9cff7517a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'