summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 92020c6ceb2d50ffb8ed26817832b03f0ae92311 (plain) (tree)
1
2
3
4
5
6
7
8

              
       




               


                                  
                                                
language: ruby
rvm:
  - 2.6
sudo: false
addons:
  apt:
    packages:
      - vim-gtk
before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
script: bundle exec rspec --format=documentation