.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.0.0
  - 2.1
  - ruby-head

script: bundle exec rake spec