--- language: ruby bundler_args: "--without system" script: "bundle exec rspec --color --format documentation spec/unit" notifications: email: false rvm: - "2.1.0" - "2.0.0" - "1.9.3" - "1.8.7"