language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.0" - "2.1.5" - "2.2.1" - "2.2.2" install: bundle install -j 4 --retry 3 script: - bin/rspec