Skip to content

Commit e832d73

Browse files
committed
test to get travis to compile php 5.4-7.0
1 parent 015a379 commit e832d73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ php:
44
- '5.5'
55
- '5.6'
66
- '7.0'
7+
8+
before_install:
9+
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.4" || ${TRAVIS_PHP_VERSION:0:3} == "5.5" ]]; then composer require --dev --no-update phpunit/phpunit ~4; fi
10+
11+
install:
12+
- travis_retry composer install --no-interaction --ignore-platform-reqs

0 commit comments

Comments
 (0)