62e125f76e
subrepo: subdir: "dotfiles/.vim/plugged/vim-multiple-cursors" merged: "6456718e" upstream: origin: "https://github.com/terryma/vim-multiple-cursors.git" branch: "master" commit: "6456718e" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
12 lines
136 B
YAML
12 lines
136 B
YAML
os: linux
|
|
dist: bionic
|
|
language: ruby
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- vim-gtk
|
|
- xvfb
|
|
|
|
script:
|
|
- xvfb-run bundle exec rake
|