Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3127d41

Browse files
committed
Try making lowest dep tests faster
1 parent a69578e commit 3127d41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ matrix:
2121
- php: 7.1
2222
env: DEPS=dev SYMFONY_VERSION=3.3.*
2323
- php: 5.5
24-
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
25-
- php: 7.1
26-
env: SYMFONY_VERSION=2.8.*
24+
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
2725
- php: 7.1
2826
env: SYMFONY_VERSION=3.1.*
2927
fast_finish: true

0 commit comments

Comments
 (0)