summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-12-06 12:09:13 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2015-12-06 12:09:13 +0100
commite5b26a730899f0724fe21b6c902dee787e0e1387 (patch)
tree9dc4c9b63d750a43229f95277dd0eb435202a2e4
parentb4b054ebf56caf4ac8d721b125e368d9b45b8551 (diff)
downloadvim-polyglot-e5b26a730899f0724fe21b6c902dee787e0e1387.tar.gz
vim-polyglot-e5b26a730899f0724fe21b6c902dee787e0e1387.zip
Update apt-get on travis before installation
-rw-r--r--.travis.yml4
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"