image: ruby:2.2 before_script: - ruby -v - which ruby - gem install bundler --no-ri --no-rdoc - bundle install rspec: script: - bundle exec rspec