summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsv3tli0 <sfetliooo@gmail.com>2013-10-29 09:19:11 +0100
committersv3tli0 <sfetliooo@gmail.com>2013-10-29 09:19:11 +0100
commitbf09baf0d4f23d2b295ff5791ec611a38a3aebfe (patch)
tree2b452f7c1abed49b2352f08f885e50517af361e9 /.travis.yml
parent98134d1108889df8c30d9ae05e2fd85b3b8ccb4a (diff)
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\/.+$/