Skip to content

Commit c1b0b59

Browse files
author
Felix Arntz
committed
Fix issue with Trusty image on Travis.
1 parent c1f9fa8 commit c1b0b59

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
@@ -61,7 +61,7 @@ before_script:
6161
esac
6262
- |
6363
if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then
64-
phpenv global 5.3
64+
phpenv global 5.4
6565
cd php52
6666
composer install
6767
cd ..

0 commit comments

Comments
 (0)