Skip to content

Commit

Permalink
travis: Use apt packages addon (#66)
Browse files Browse the repository at this point in the history
Use the travis apt packages addon
  • Loading branch information
torstehu authored and xuhdev committed Jul 16, 2016
1 parent 20da80a commit a459b8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,10 @@ rvm:

gemfile: tests/Gemfile

before_install: sudo apt-get update -qq && sudo apt-get install -y vim-gtk
addons:
apt:
packages:
- vim-gtk

before_script:
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit a459b8c

Please sign in to comment.