pixelastic/anchorrb

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
cache: bundler
before_script: bundle update
rvm:
 - 2.2
 - 2.1
 - 2.0
notifications:
  email:
    on_success: never
    on_failure: never