summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-10-29 12:07:13 +0100
committerAndrey Andreev <narf@devilix.net>2013-10-29 12:07:13 +0100
commitf31fdf1f71609a89a4536a8f0ed20a76a04175d2 (patch)
treecc6abb5a4411e86392688d50a5aae8f95ce4924e /.travis.yml
parent8b43364fa57ff92d6302c9b4d71af0982cab233f (diff)
parentbf09baf0d4f23d2b295ff5791ec611a38a3aebfe (diff)
Merge pull request #2707 from sv3tli0/patch-1
add travis php 5.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ab0aa5616..4b745b786 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ language: php
php:
- 5.3
- 5.4
+ - 5.5
env:
- DB=mysql
@@ -24,4 +25,4 @@ script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml
branches:
only:
- develop
- - /^feature\/.+$/ \ No newline at end of file
+ - /^feature\/.+$/