From 82e9ef3bbf5fd2f787780502e1430135a8ff2a3b Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 1 Feb 2014 17:34:24 -0500 Subject: [PATCH] Update Travis test --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2313151..0fcc196d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ rvm: - 1.9.3 - 2.0.0 -script: - - bundle exec foodcritic -f any . - - bundle exec rspec --color --format progress + - 2.1.0 +script: bundle exec rake travis:ci