We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07ecc0 commit 235765eCopy full SHA for 235765e
.travis.yml
@@ -15,7 +15,11 @@ script:
15
- docker-compose run ci
16
matrix:
17
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
+ - name: 2.3.8
+ env: TARGET_VERSION=2.3.8
+ - name: 2.4.5
+ 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