summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e13a83d7..032bf9df5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,9 @@ before_script:
- pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz
- phpenv rehash
-script: phpunit --configuration tests/phpunit.xml \ No newline at end of file
+script: phpunit --configuration tests/phpunit.xml
+
+branches:
+ only:
+ - develop
+ - master \ No newline at end of file