Tests: use container-based infrastructure

This commit is contained in:
Marco Hinz 2016-02-03 15:29:21 +01:00
parent d8d27b216c
commit b3127cb0d4

View file

@ -1,12 +1,16 @@
language: vim
sudo: false
os:
- linux
- osx
addons:
apt:
packages:
- vim-gtk
before_script:
- if [[ "$TRAVIS_OS_NAME" == linux ]]; then sudo apt-get -qq update && sudo apt-get install -y vim-gtk; fi
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi
script:
- test/run
- test/run