e8245dbf17
* Kill vim server * Fix incorrect usage of rspec * Add build stage to CI * Try using new server for each run * Sort and uniq test files
12 lines
172 B
YAML
12 lines
172 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.6
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- vim-gtk
|
|
before_script:
|
|
- "./build"
|
|
script: xvfb-run bundle exec rspec --format=documentation
|