Try sudo-less build on travis

This commit is contained in:
Adam Stankiewicz 2015-12-06 12:12:02 +01:00
parent e5b26a7308
commit 841cb535df

View File

@ -1,9 +1,11 @@
language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update
- sudo apt-get install vim-gtk
sudo: false
addons:
apt:
packages:
- vim-gtk
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"