amalfra/vibe

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
env:
  - CI=true
rvm:
  - jruby-19mode
  - rbx-2
  - 1.9.3
  - 2.0.0
  - 2.1.0
gemfile:
  - Gemfile
branches:
  only:
    - master
sudo: false