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.
2 parents 045da67 + 9a3be54 commit 97a86a6Copy full SHA for 97a86a6
.travis.yml
@@ -3,21 +3,25 @@ dist: xenial
3
git:
4
depth: 10
5
6
-matrix:
+jobs:
7
include:
8
- - env:
+ - name: Vim 7.4
9
+ env:
10
- VIM_VERSION=v7.4
11
- MAKE_TARGET=test
12
- TEST_PROFILE=vim-profile-v7.4.txt
13
+ - name: Vim v8
14
15
- VIM_VERSION=v8.0.0000
16
17
- TEST_PROFILE=vim-profile-v8.0.txt
18
+ - name: Vim master
19
20
- VIM_VERSION=master
21
22
- TEST_PROFILE=vim-profile-master.txt
23
+ - name: Installed Vim with checks
24
25
- VIM_VERSION=installed
26
- MAKE_TARGET="clean_compiled check js/test py/test test/node_position/test_position.out"
27
- TEST_PROFILE=vim-profile-installed.txt
0 commit comments