From 076d734f424eee86c27ab06852a9b244b4f4fcf2 Mon Sep 17 00:00:00 2001 From: Daniel Thorn Date: Wed, 10 Feb 2016 11:23:00 -0800 Subject: [PATCH] only build mozillas repo --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7816ff6f..908f0f82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ deploy: provider: script script: bin/deploy/dockerhub.sh on: - tags: true all_branches: true + repo: mozilla/normandy + tags: true addons: postgresql: "9.4"