From c25a1024583dd36dc4c35c8640390db1a2638372 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Mon, 21 Nov 2016 00:32:18 -0800 Subject: [PATCH] Fix rubytest not running on CI :test: --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a18aa029..ab8872e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: ruby -script: "bundle exec rubytest -v -Ilib test/" +script: "bundle exec rubytest -Ilib test/ --verbose" bundler_args: --without guard rvm: - 2.3.0