Skip to content

Commit

Permalink
Merge pull request mozilla#1295 from clouserw/contributors
Browse files Browse the repository at this point in the history
update contribute.json to have required 'urls' field
  • Loading branch information
lmorchard authored Aug 29, 2016
2 parents f551813 + 3d34738 commit 821d5ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 821d5ee

Please sign in to comment.