diff options
-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 |