badosu/borel

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3.0
before_install:
  - gem install bundler
script: SPEC_OPTS="-cf doc" bundle exec rake spec
notifications:
  irc:
    channels:
      - "irc.freenode.org#borel"