mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:25:00 +08:00
Add support for Elixir.
This commit is contained in:
9
sources_non_forked/vim-elixir/.travis.yml
Normal file
9
sources_non_forked/vim-elixir/.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
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"
|
Reference in New Issue
Block a user