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

Commit 2846af0

Browse files
committed
Fixed .travis.yml after rebase
1 parent f3c7c65 commit 2846af0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
- BENCHMARKS=true
2424
- TEST_COVERAGE=true
2525
- PHPSTAN_TEST=true
26-
- LEGACY_DEPS="ocramius/proxy-manager phpbench/phpbench phpunit/phpunit"
2726
- php: 7.1
2827
env:
2928
- DEPS=latest
@@ -45,7 +44,6 @@ install:
4544
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
4645
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
4746
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
48-
- if [[ $PHPSTAN_TEST == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $PHPSTAN_DEPS ; fi
4947
- stty cols 120 && composer show
5048

5149
script:

0 commit comments

Comments
 (0)