.travis.yml 94 B

1234567
  1. language: ruby
  2. rvm:
  3. - 1.8.7
  4. - 1.9.2
  5. - 1.9.3
  6. - ruby-head
  7. script: bundle exec thor spec