aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b74d59e716468137e8ad86a187c0f9008deeec50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: ruby

rvm:
  - 2.4.1

before_install:
  # The default Ubuntu vim-gtk doesn't seem to load the plugin :/
  - sudo add-apt-repository ppa:laurent-boulard/vim -y
  - sudo apt-get update -q
  - sudo apt-get install vim-gtk -y

before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"

script: bundle exec rspec