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 d320933 commit f8c5096Copy full SHA for f8c5096
.travis.yml
@@ -1,10 +1,17 @@
1
+branches:
2
+ only:
3
+ - master
4
language: ruby
5
rvm:
- - 1.9.3
-before_install: sudo apt-get install vim-gtk
6
+ - 1.9.3
7
+before_install:
8
+ - sudo apt-get install vim-gtk
9
before_script:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
- - "bundle install"
- - "vim --version"
10
-script: bundle exec rspec
+ - export DISPLAY=:99.0
11
+ - sh -e /etc/init.d/xvfb start
12
+ - bundle install
13
+ - sudo pip install vim-vint
14
+ - vim --version
15
+script:
16
+ - bundle exec rspec
17
+ - vint **/*.vim
0 commit comments