diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 12:09:13 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 12:09:13 +0100 |
commit | e5b26a730899f0724fe21b6c902dee787e0e1387 (patch) | |
tree | 9dc4c9b63d750a43229f95277dd0eb435202a2e4 | |
parent | b4b054ebf56caf4ac8d721b125e368d9b45b8551 (diff) | |
download | vim-polyglot-e5b26a730899f0724fe21b6c902dee787e0e1387.tar.gz vim-polyglot-e5b26a730899f0724fe21b6c902dee787e0e1387.zip |
Update apt-get on travis before installation
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8e28d81f..309e0c5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: ruby rvm: - 1.9.3 -before_install: sudo apt-get install vim-gtk +before_install: + - sudo apt-get update + - sudo apt-get install vim-gtk before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" |