From 3d34738aef1b9e6dbc5aeb0b96741d49a20ce808 Mon Sep 17 00:00:00 2001 From: Wil Clouser Date: Fri, 26 Aug 2016 09:46:43 -0700 Subject: [PATCH] update contribute.json to have required 'urls' field --- contribute.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contribute.json b/contribute.json index 764d640988..94c2a08c30 100644 --- a/contribute.json +++ b/contribute.json @@ -4,7 +4,7 @@ "repository": { "url": "https://github.com/mozilla/testpilot", "license": "MPL2", - "tests": "https://travis-ci.org/mozilla/testpilot" + "tests": "https://circleci.com/gh/mozilla/testpilot" }, "participate": { "home": "https://wiki.mozilla.org/Test_Pilot", @@ -16,6 +16,11 @@ "list": "https://github.com/mozilla/testpilot/issues", "report": "https://github.com/mozilla/testpilot/issues/new" }, + "urls": { + "prod": "https://testpilot.firefox.com", + "stage": "https://testpilot.stage.mozaws.net", + "dev": "http://testpilot.dev.mozaws.net" + }, "keywords": [ "css", "django",