summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-12-06 12:12:02 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2015-12-06 12:12:02 +0100
commit841cb535df1716a4821c486b0a8164215876dc00 (patch)
tree2a7f3e95ddb2fd7268d956f38ee681824d483165
parente5b26a730899f0724fe21b6c902dee787e0e1387 (diff)
downloadvim-polyglot-2.3.0.tar.gz
vim-polyglot-2.3.0.zip
Try sudo-less build on travisv2.3.0
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 309e0c5b..8d6645bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"