Skip to content

Commit 80796e3

Browse files
Use composer update for older php
1 parent 71396ab commit 80796e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
before_install: composer self-update
1717

1818
install:
19-
- if [[ $TRAVIS_PHP_VERSION = 5.4 ]]; then composer update; fi;
19+
- if [[ $TRAVIS_PHP_VERSION = 5.4 || $TRAVIS_PHP_VERSION = 5.5]]; then composer update; fi;
2020
- composer install
2121

2222
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)