We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720eb2b commit e1b71a2Copy full SHA for e1b71a2
.travis.yml
@@ -14,7 +14,6 @@ branches:
14
before_script:
15
- pip install --user vim-vint
16
- vim --version
17
- - Xvfb :99 &
18
script:
19
- - VIMRUNNER_REUSE_SERVER=1 DISPLAY=:99 bundle exec rspec spec
+ - make test
20
- vint **/*.vim
Makefile
@@ -1,8 +1,8 @@
1
test:
2
- VIMRUNNER_REUSE_SERVER=0 bundle exec rspec
3
-
4
-test_fast:
5
VIMRUNNER_REUSE_SERVER=1 xvfb-run bundle exec rspec
6
+test_slow:
+ VIMRUNNER_REUSE_SERVER=0 bundle exec rspec
+
7
test_visible:
8
VIMRUNNER_REUSE_SERVER=1 bundle exec rspec
0 commit comments