Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit c57ca18

Browse files
committed
Updated Travis CI configuration
1 parent 342f91b commit c57ca18

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: php
55
cache:
66
directories:
77
- $HOME/.composer/cache
8-
- vendor
98

109
env:
1110
global:
@@ -34,19 +33,16 @@ matrix:
3433
- php: 7.2
3534
env:
3635
- DEPS=latest
37-
allow_failures:
38-
- php: 7.2
3936

4037
before_install:
4138
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
42-
- travis_retry composer self-update
4339

4440
install:
45-
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
41+
- travis_retry composer install $COMPOSER_ARGS
4642
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
4743
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
4844
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
49-
- composer show
45+
- stty cols 120 && composer show
5046

5147
script:
5248
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi

0 commit comments

Comments
 (0)