language: ruby script: "bundle exec micron test/" after_script: - "rake coverage" - "rake coveralls" rvm: - 2.0.0 - 1.9.3 branches: only: - master