Skip to content

Commit

Permalink
Use composer update for older php
Browse files Browse the repository at this point in the history
  • Loading branch information
gisostallenberg committed Jul 5, 2016
1 parent 71396ab commit 80796e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
before_install: composer self-update

install:
- if [[ $TRAVIS_PHP_VERSION = 5.4 ]]; then composer update; fi;
- if [[ $TRAVIS_PHP_VERSION = 5.4 || $TRAVIS_PHP_VERSION = 5.5]]; then composer update; fi;
- composer install

script: vendor/bin/phpunit

0 comments on commit 80796e3

Please sign in to comment.