diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 12:12:02 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 12:12:02 +0100 |
commit | 841cb535df1716a4821c486b0a8164215876dc00 (patch) | |
tree | 2a7f3e95ddb2fd7268d956f38ee681824d483165 | |
parent | e5b26a730899f0724fe21b6c902dee787e0e1387 (diff) | |
download | vim-polyglot-841cb535df1716a4821c486b0a8164215876dc00.tar.gz vim-polyglot-841cb535df1716a4821c486b0a8164215876dc00.zip |
Try sudo-less build on travisv2.3.0
-rw-r--r-- | .travis.yml | 8 |
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" |