From 980227d8cd0c057a5b4c7b43c31456d58862bf2d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 8 Sep 2015 15:46:05 -0700 Subject: [PATCH] Use our standard travis file with more rubies and tests --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6729b9..6769114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ +sudo: false +cache: bundler language: ruby -bundler_args: --without kitchen_vagrant +bundler_args: --without kitchen_common kitchen_vagrant kitchen_cloud rvm: -- 2.1.1 + - 2.0 + - 2.1 + - 2.2 script: -- bundle exec rake style + - bundle exec foodcritic -f any . + - bundle exec rubocop + - bundle exec rspec --color --format progress