mkrogemann/golr

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  - TRAVIS=true
language: ruby
rvm:
  - "1.9.3"
  - "2.0.0"
  - "2.1.0"
  - "jruby-19mode"
script:
  - COVERAGE=true bundle exec rspec spec
  - COVERAGE=true bundle exec cucumber -f progress