Skip to content

Commit 235765e

Browse files
committed
Add label to travis matrix
1 parent c07ecc0 commit 235765e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ script:
1515
- docker-compose run ci
1616
matrix:
1717
include:
18-
- env: TARGET_VERSION=2.3.8
19-
- env: TARGET_VERSION=2.4.5
20-
- env: TARGET_VERSION=2.5.3
21-
- env: TARGET_VERSION=2.6.0
18+
- name: 2.3.8
19+
env: TARGET_VERSION=2.3.8
20+
- name: 2.4.5
21+
env: TARGET_VERSION=2.4.5
22+
- name: 2.5.3
23+
env: TARGET_VERSION=2.5.3
24+
- name: 2.6.0
25+
env: TARGET_VERSION=2.6.0

0 commit comments

Comments
 (0)