From d2a272a3bbbf504fee7ff0269b27e1eea52071f6 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Wed, 22 Feb 2012 19:41:02 -0800 Subject: The travis-ci build should only run against master now. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4f980d73..5cc8f375a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,8 @@ phps: - 5.2 - 5.3 -script: phpunit --help \ No newline at end of file +script: phpunit --help + +branches: + only: + - master \ No newline at end of file -- cgit v1.2.3