Skip to content

Commit 0dbc388

Browse files
committed
Add apt update to travis pre-install
1 parent 6a86ee2 commit 0dbc388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
rvm: 1.9.3
66
notifications:
77
irc: "irc.freenode.org#vdebug"
8-
before_install: sudo apt-get install vim-gtk php5-cli
8+
before_install: sudo apt-get update && sudo apt-get install vim-gtk php5-cli
99
before_script:
1010
- "export DISPLAY=:99.0"
1111
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)