From a5d6cc4a5e149364bd1139d4287c791c6abb7932 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 20 Nov 2015 10:37:59 +0000 Subject: [PATCH] Change name of functional test project --- scripts/trigger-dependent-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/trigger-dependent-build.sh b/scripts/trigger-dependent-build.sh index ff14ebd27..1e0baf15e 100755 --- a/scripts/trigger-dependent-build.sh +++ b/scripts/trigger-dependent-build.sh @@ -7,4 +7,4 @@ # - ./trigger-dependent-build # -curl -vvv -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $auth_token" -d '{"request":{"branch":"master"}}' https://api.travis-ci.org/repo/alphagov%2Fnotify-functional-tests/requests \ No newline at end of file +curl -vvv -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $auth_token" -d '{"request":{"branch":"master"}}' https://api.travis-ci.org/repo/alphagov%2Fnotifications-functional-tests/requests