.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 1.9.2
  - 1.9.3
  - 1.8.7
  - 2.0.0
  - 2.1.0
script: bundle exec rspec spec/
notifications:
  email:
    - github@matthias-luedtke.de