rvm: - 1.9.3 - 2.0.0 - 2.1 # Don't install local development gems on Travis, use parallel gem downloads bundler_args: --without development --jobs 7 # Only test master branches: only: - master script: bundle exec rspec --color --format progress