vim-sussify/.travis.yml
2016-02-03 15:15:44 +01:00

13 lines
266 B
YAML

language: vim
os:
- linux
- osx
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