Project

General

Profile

Download (172 Bytes) Statistics
| Branch: | Tag: | Revision:
sudo: false
language:
- ruby

rvm:
- "1.9.3"
- "2.0.0"
- "2.2.0"

script:
- bundle install --without debug
- bundle exec rake test
- bundle exec rake rubocop
(5-5/12)