language: ruby rvm: - 2.0.* - 2.1.* - 2.2.* - 2.3.0 gemfile: - Gemfile os: - linux - osx before_install: gem update bundler script: 'bundle exec rake spec'