summaryrefslogtreecommitdiffstats
path: root/.vim/bundle/vim-multiple-cursors/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundle/vim-multiple-cursors/.travis.yml')
-rw-r--r--.vim/bundle/vim-multiple-cursors/.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.vim/bundle/vim-multiple-cursors/.travis.yml b/.vim/bundle/vim-multiple-cursors/.travis.yml
new file mode 100644
index 0000000..cfb198a
--- /dev/null
+++ b/.vim/bundle/vim-multiple-cursors/.travis.yml
@@ -0,0 +1,11 @@
+sudo: false
+language: ruby
+
+addons:
+ apt:
+ packages:
+ - vim-gtk
+
+before_script:
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"