1
0
Fork 0
mirror of synced 2024-06-21 16:31:09 -04:00
ultimate-vim/sources_non_forked/vim-elixir/.travis.yml
2022-05-19 01:31:41 +08:00

10 lines
277 B
YAML

language: ruby
rvm:
- 2.3.1
before_install: sudo apt-get install vim-gtk
before_script:
- "vim --version"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "grep 'focus:.*true' -R spec/indent spec/syntax && exit -1 || CI=true bin/rspec --color -b -f d"