aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2012-02-22 19:41:02 -0800
committerEvan Winslow <evan@elgg.org>2012-02-27 21:03:27 -0800
commitd2a272a3bbbf504fee7ff0269b27e1eea52071f6 (patch)
tree26e09f9e88ceac29cca4737de01dd6633150f047 /.travis.yml
parent1ecbf86a8c5d1bc8b4b732a3f08e10e6acd7de21 (diff)
downloadelgg-d2a272a3bbbf504fee7ff0269b27e1eea52071f6.tar.gz
elgg-d2a272a3bbbf504fee7ff0269b27e1eea52071f6.tar.bz2
The travis-ci build should only run against master now.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
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