summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2013-08-16 16:06:52 +0100
committerJon Cairns <jon@joncairns.com>2013-08-16 16:06:52 +0100
commit0dbc388f218f20c0636d2db610a0e0ab3d435b9a (patch)
treeb810bab163e0123cb8e4c885a4d4e9edd03125bd /.travis.yml
parent6a86ee2e98629ba4402c6b08d1add5807aa04be8 (diff)
downloadvdebug-0dbc388f218f20c0636d2db610a0e0ab3d435b9a.zip
Add apt update to travis pre-install
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dfe762..b753f9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ python:
rvm: 1.9.3
notifications:
irc: "irc.freenode.org#vdebug"
-before_install: sudo apt-get install vim-gtk php5-cli
+before_install: sudo apt-get update && sudo apt-get install vim-gtk php5-cli
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"