File: .travis.yml

package info (click to toggle)
vim-editorconfig 0.3.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • ctags: 35
  • sloc: ruby: 95; makefile: 2; sh: 1
file content (20 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: ruby

rvm:
  - 1.9.3

gemfile: tests/Gemfile

before_install: sudo apt-get install vim-gtk

before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"

script:
  bundle exec rspec tests/spec/editorconfig_spec.rb

notifications:
  email:
    on_success: change
    on_failure: always