Skip to content

Commit a44d2af

Browse files
committed
Added build names
1 parent 985bcac commit a44d2af

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.travis.yml

Lines changed: 12 additions & 6 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
21-
- php: 7.1
22-
- php: 7.2
22+
- name: "PHP 7.1"
23+
php: 7.1
24+
- name: "PHP 7.2 with code coverage"
25+
php: 7.2
2326
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
2427

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

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

3541
allow_failures:

0 commit comments

Comments
 (0)