travis-ci/travis-yaml:.travis.yml@5b5fe81
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
sudo: false
script: bundle exec rspec
bundler_args: "--without play"
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"1.9.3",
"2.0.0",
"2.1.2"
],
"sudo": false,
"script": [
"bundle exec rspec"
],
"bundler_args": "--without play"
}