Fixed travis.yml for PHP5.3 and PHP7

This commit is contained in:
Casey McLaughlin
2018-04-11 14:56:53 -04:00
parent 5ed48b24cb
commit fe0da3a28b
+8 -3
View File
@@ -3,12 +3,9 @@ language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
@@ -18,6 +15,14 @@ matrix:
include:
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
dist: precise
- php: 7.0
before_script:
- curl -sSfL -o ~/.phpenv/versions/7.0/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
- php: hhvm
before_script:
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
before_install:
- travis_retry composer self-update