summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 31695633f52543fe40b43d585b5fb94309a4da5e (plain)
1
2
3
4
5
6
7
8
rvm:
  - 1.9.2
  - 1.9.3
before_script:
  - gem install isolate
  - gem install hoe
  - gem install hoe-isolate
script: rake test