X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f8c5096fa2bf656035f5b61cce1f4007cac35df5..90e00b6189ace2b85192d74ce40929fe9d665062:/.travis.yml diff --git a/.travis.yml b/.travis.yml index c43dd5f..53118ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,20 @@ +language: ruby +dist: trusty +sudo: false +cache: bundler +rvm: + - 2.4.1 +addons: + apt: + packages: + - vim-gtk branches: only: - master -language: ruby -rvm: - - 1.9.3 -before_install: - - sudo apt-get install vim-gtk before_script: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start - - bundle install - - sudo pip install vim-vint + - pip install --user vim-vint - vim --version + - Xvfb :99 & script: - - bundle exec rspec + - VIMRUNNER_REUSE_SERVER=1 DISPLAY=:99 bundle exec rspec spec - vint **/*.vim