summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0a468b5d432fdb4279aa32f14bffa6ef2cf4bef1 (plain)
1
2
3
4
5
6
7
language: ruby
rvm:
  - 1.9.2
  - 1.9.3
  - jruby-19mode
  - rbx-19mode
script: "bundle exec rake spec"