We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8754595 + 0a535a7 commit 8cefbb2Copy full SHA for 8cefbb2
.travis.yml
@@ -9,8 +9,7 @@ branches:
9
10
cache:
11
directories:
12
- - vendor
13
- - $HOME/.composer/cache
+ - $HOME/.composer/cache/files
14
15
php:
16
- 5.3
@@ -26,8 +25,9 @@ matrix:
26
25
env: 'COMPOSER_PHPUNIT="lowest"'
27
28
before_script:
29
- - composer install --prefer-dist
30
- - if [ "$COMPOSER_PHPUNIT" = "lowest" ]; then composer update --prefer-lowest --with-dependencies phpunit/phpunit; fi;
+ - composer self-update
+ - composer install --prefer-dist --no-interaction
+ - if [ "$COMPOSER_PHPUNIT" = "lowest" ]; then composer update --prefer-lowest --with-dependencies --prefer-dist --no-interaction phpunit/phpunit; fi;
31
- vendor/bin/koharness
32
33
script:
0 commit comments