language: ruby
bundler_args: --without development
rvm:
  - 1.8.7
  - 2.0.0
gemfile:
  - Gemfile
branches:
  only:
    - 2.x.x
