1
0
Fork 0
mirror of synced 2024-05-27 20:41:12 -04:00
ultimate-vim/sources_non_forked/editorconfig-vim/.travis.yml
luc da40fe1222 feat: include editorconfig-vim plugin
Signed-off-by: luc <onion0709@gmail.com>
2021-06-06 15:59:09 +08:00

31 lines
546 B
YAML

# Make sure xvfb works - https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-xvfb-directly
dist: trusty
matrix:
include:
- name: "plugin"
env: TEST_WHICH=plugin
language: ruby
rvm:
- 2.2.4
gemfile: tests/plugin/Gemfile
- name: "core"
env: TEST_WHICH=core
addons:
apt:
packages:
- vim-gtk
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
./tests/travis-test.sh
notifications:
email:
on_success: change
on_failure: always