.travis.yml 177 B

123456789
  1. rvm:
  2. - 1.9.2
  3. - 1.9.3
  4. - 1.8.7
  5. notifications:
  6. recipients:
  7. - cowboyd@thefrontside.net
  8. script: bundle exec rake compile spec
  9. before_install: git submodule update --init