From: Evan Winslow Date: Thu, 23 Feb 2012 03:41:02 +0000 (-0800) Subject: The travis-ci build should only run against master now. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d2a272a3bbbf504fee7ff0269b27e1eea52071f6;p=lorea%2Felgg.git The travis-ci build should only run against master now. --- 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