From ffd9d760807708a72986756ae5f528f3cb8025e9 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Tue, 1 Nov 2016 23:13:17 +0100 Subject: [PATCH] [BUGFIX] Only calling deployment on master and development --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2840f9c..8f86ea8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,5 +53,7 @@ deploy: acl: public_read on: repo: Parabot/Parabot - all_branches: true + branch: + - master + - development jdk: 'oraclejdk7'