.vim/bundle/editorconfig-vim/.travis.yml
changeset 18 01f49b9e842c
equal deleted inserted replaced
17:e28e52dcf908 18:01f49b9e842c
       
     1 language: ruby
       
     2 
       
     3 rvm:
       
     4   - 1.9.3
       
     5 
       
     6 gemfile: tests/Gemfile
       
     7 
       
     8 before_install: sudo apt-get install vim-gtk
       
     9 
       
    10 before_script:
       
    11   - "export DISPLAY=:99.0"
       
    12   - "sh -e /etc/init.d/xvfb start"
       
    13 
       
    14 script:
       
    15   bundle exec rspec tests/spec/editorconfig_spec.rb
       
    16 
       
    17 notifications:
       
    18   email:
       
    19     on_success: change
       
    20     on_failure: always