install.fairie/dotfiles/.vim/plugged/editorconfig-vim/.travis.yml
Git E2E Dev Test Username 067e2361df git subrepo clone https://github.com/editorconfig/editorconfig-vim.git ./dotfiles/.vim/plugged/editorconfig-vim
subrepo:
  subdir:   "dotfiles/.vim/plugged/editorconfig-vim"
  merged:   "d354117b"
upstream:
  origin:   "https://github.com/editorconfig/editorconfig-vim.git"
  branch:   "master"
  commit:   "d354117b"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:36:49 -04:00

30 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