added missing token string

This commit is contained in:
André Bauer 2017-07-23 16:41:40 +02:00
parent 1a8858f73b
commit 718ae0e6b3

View file

@ -4,5 +4,5 @@
#
if [ ${TRAVIS_BRANCH} == 'stable' ]; then
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'
curl -X POST -H "Content-Type: application/json" -H "Travis-API-Version: 3" -H "Accept: application/json" -H "Authorization: token ${TRAVIS_API_TOKEN}" -d '{"request": {"branch": "master"}}' 'https://api.travis-ci.org/repo/zammad%2Fzammad-docker-compose/requests'
fi