summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 713d52ace40093041c9cb217bfc5a4047fa1a12c (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 rake-compiler
script: rake isolate test