From f4c299ea336fa2c5cef48b27461b42e949f0e4d7 Mon Sep 17 00:00:00 2001
From: Etienne Kneuss <colder@php.net>
Date: Fri, 6 Sep 2013 18:19:11 +0200
Subject: [PATCH] Only check master, include Philippe's email

---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0fda6b57b..92ee055cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,12 @@ scala:
 jdk:
     - oraclejdk7
 
+branches:
+    only:
+        - master
+
 notifications:
     email:
         - ekneuss@gmail.com
+        - philippe.suter@gmail.com
     irc: "chat.freenode.net#epfl-lara"
-- 
GitLab