Skip to content

Commit 9e7aa8d

Browse files
committed
Use the latest Composer to make Puli work
1 parent 55b76b7 commit 9e7aa8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ matrix:
1212
env: dependencies=lowest
1313

1414
before_script:
15+
- composer selfupdate
1516
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:dev-master -n ; fi
1617
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi
1718
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;

0 commit comments

Comments
 (0)