Skip to content

Commit a4c7a44

Browse files
committed
Better names
1 parent a44d2af commit a4c7a44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ matrix:
2626
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
2727

2828
# Test LTS versions
29-
- name: "Symfony 3 components only"
29+
- name: "PHP 7.2 with Symfony 3 components"
3030
php: 7.2
3131
env: DEPENDENCIES="dunglas/symfony-lock:^3"
32-
- name: "Symfony 4 components only"
32+
- name: "PHP 7.2 with Symfony 4 components"
3333
php: 7.2
3434
env: DEPENDENCIES="dunglas/symfony-lock:^4"
3535

3636
# Latest commit to master
37-
- name: "Unstable dependencies"
37+
- name: "PHP 7.2 with Unstable dependencies"
3838
php: 7.2
3939
env: STABILITY="dev"
4040

0 commit comments

Comments
 (0)