Skip to content

Commit 3943ce9

Browse files
Merge branch 'master' into coveralls
2 parents 2648f25 + 8c13967 commit 3943ce9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,28 @@ matrix:
1414
fast_finish: true
1515
include:
1616
# Minimum supported Symfony version and latest PHP version
17-
- php: 7.2
17+
- name: "Lowest version on dependencies"
18+
php: 7.2
1819
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak" SYMFONY_PHPUNIT_VERSION="5.7"
1920

2021
# Test the latest stable release
22+
- name: "PHP 7.1"
2123
- php: 7.1
24+
- name: "PHP 7.2 with code coverage"
2225
- php: 7.2
2326
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="php-coveralls/php-coveralls:^2.1"
2427

2528
# Test LTS versions
26-
- php: 7.2
29+
- name: "PHP 7.2 with Symfony 3 components"
30+
php: 7.2
2731
env: DEPENDENCIES="dunglas/symfony-lock:^3"
28-
- php: 7.2
32+
- name: "PHP 7.2 with Symfony 4 components"
33+
php: 7.2
2934
env: DEPENDENCIES="dunglas/symfony-lock:^4"
3035

3136
# Latest commit to master
32-
- php: 7.2
37+
- name: "PHP 7.2 with Unstable dependencies"
38+
php: 7.2
3339
env: STABILITY="dev"
3440

3541
allow_failures:

0 commit comments

Comments
 (0)