aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 31917a69c5855572be35e77b11b671d7a49bed86 (plain) (blame)
1
2
3
4
5
6
7
8
addons:
  apt:
    packages:
      - vim-gtk

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