From 67133d078fe5aa3ba81e3404345baba4166424d3 Mon Sep 17 00:00:00 2001 From: PeterWAWood Date: Tue, 7 Apr 2015 21:40:54 +0800 Subject: [PATCH] Restrict CI to master branch --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1aa4b5397f..807ea4cd33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ # (http://docs.travis-ci.com/). # +# Only use continuous integration on the master branch +branches: + only: + - master + # Send notifications on every build failure to comitter and author. Never send # notifications for sucessful builds. notifications: