Skip to content

Commit 97a86a6

Browse files
authored
Merge pull request #124 from blueyed/ci-names
ci: Travis: use jobs with names
2 parents 045da67 + 9a3be54 commit 97a86a6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@ dist: xenial
33
git:
44
depth: 10
55

6-
matrix:
6+
jobs:
77
include:
8-
- env:
8+
- name: Vim 7.4
9+
env:
910
- VIM_VERSION=v7.4
1011
- MAKE_TARGET=test
1112
- TEST_PROFILE=vim-profile-v7.4.txt
12-
- env:
13+
- name: Vim v8
14+
env:
1315
- VIM_VERSION=v8.0.0000
1416
- MAKE_TARGET=test
1517
- TEST_PROFILE=vim-profile-v8.0.txt
16-
- env:
18+
- name: Vim master
19+
env:
1720
- VIM_VERSION=master
1821
- MAKE_TARGET=test
1922
- TEST_PROFILE=vim-profile-master.txt
20-
- env:
23+
- name: Installed Vim with checks
24+
env:
2125
- VIM_VERSION=installed
2226
- MAKE_TARGET="clean_compiled check js/test py/test test/node_position/test_position.out"
2327
- TEST_PROFILE=vim-profile-installed.txt

0 commit comments

Comments
 (0)