Skip to content

Commit 38026ad

Browse files
committed
use more specific version for lowest build to avoid timeout during installation
1 parent fd7feb6 commit 38026ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
- php: 7.2
4040
env: STABILITY=dev SYMFONY_VERSION=4.0.*
4141
- php: 7.1
42-
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42+
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.0 SYMFONY_DEPRECATIONS_HELPER=weak
4343
- php: 7.2
4444
env: STABILITY=dev SYMFONY_VERSION=3.3.*
4545
- php: 7.2

0 commit comments

Comments
 (0)