mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Try sudo-less build on travis
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
before_install:
|
sudo: false
|
||||||
- sudo apt-get update
|
addons:
|
||||||
- sudo apt-get install vim-gtk
|
apt:
|
||||||
|
packages:
|
||||||
|
- vim-gtk
|
||||||
before_script:
|
before_script:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
|
|||||||
Reference in New Issue
Block a user