diff options
author | Evan Winslow <evan@elgg.org> | 2012-02-22 19:41:02 -0800 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2012-02-27 21:03:27 -0800 |
commit | d2a272a3bbbf504fee7ff0269b27e1eea52071f6 (patch) | |
tree | 26e09f9e88ceac29cca4737de01dd6633150f047 | |
parent | 1ecbf86a8c5d1bc8b4b732a3f08e10e6acd7de21 (diff) | |
download | elgg-d2a272a3bbbf504fee7ff0269b27e1eea52071f6.tar.gz elgg-d2a272a3bbbf504fee7ff0269b27e1eea52071f6.tar.bz2 |
The travis-ci build should only run against master now.
-rw-r--r-- | .travis.yml | 6 |
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 |