summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 8e28d81fe70eddf1ab071b226e98ccfde1e09255 (plain) (tree)
1
2
3
4
5
6
7
8






                                            
                                                
language: ruby
rvm:
  - 1.9.3
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 --format=documentation