summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-01 16:48:38 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-01 16:51:15 +0000
commitc314ecc9a18e5e740a1c0fcb7379ef541f969dc5 (patch)
tree7f1b9bea0682fb26f79353dc1699d2f4030090a9 /.travis.yml
parenta085bd675f497ca7d5961ed302b00b842863f576 (diff)
downloadwebtrees-c314ecc9a18e5e740a1c0fcb7379ef541f969dc5.tar.gz
webtrees-c314ecc9a18e5e740a1c0fcb7379ef541f969dc5.tar.bz2
webtrees-c314ecc9a18e5e740a1c0fcb7379ef541f969dc5.zip
PHP 5.3 compatibility
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e8768b93d8..b735dd727e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,13 +4,15 @@ php:
- 7.0
- 5.6
- 5.5
+ - 5.4
+ - 5.3
- hhvm
sudo: false
before_script:
- composer self-update
- - composer update --no-interaction
+ - composer install --no-interaction
script:
- phpunit --coverage-clover tests/clover.xml