From d47a44083875846411ec56744e23131b7b5a7d74 Mon Sep 17 00:00:00 2001 From: yqbk Date: Sat, 8 Oct 2016 18:04:00 +0200 Subject: [PATCH] changes in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 623b56dc..d98c3be6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ rvm: - 2.1.5 - 2.2.1 - 2.3.1 -script: bundle exec rspec --tag ~docker +script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker