Skip to content

Commit 2540de0

Browse files
Merge branch '4.0'
2 parents 0a5b80a + 2b731f1 commit 2540de0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ php:
77

88
env:
99
matrix:
10-
- DEPENDENCIES="high" DRIVER="xdebug"
11-
- DEPENDENCIES="low" DRIVER="xdebug"
12-
- DEPENDENCIES="high" DRIVER="phpdbg"
13-
- DEPENDENCIES="low" DRIVER="phpdbg"
10+
- DRIVER="xdebug"
11+
- DRIVER="phpdbg"
1412

1513
sudo: false
1614

@@ -19,11 +17,9 @@ before_install:
1917
- composer clear-cache
2018

2119
install:
22-
- if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable; fi
23-
- if [[ "$DEPENDENCIES" = 'low' ]]; then travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable --prefer-lowest; fi
20+
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
2421

2522
script:
26-
2723
- if [[ "$DRIVER" = 'phpdbg' ]]; then phpdbg -qrr vendor/bin/phpunit; fi
2824
- if [[ "$DRIVER" = 'xdebug' ]]; then vendor/bin/phpunit; fi
2925

0 commit comments

Comments
 (0)