From a694d0ca337bdd58dc5074576c48826c6066aa1d Mon Sep 17 00:00:00 2001 From: yqbk Date: Sat, 8 Oct 2016 20:05:25 +0200 Subject: [PATCH] solve errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d356572..7a64549e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ rvm: - 2.1.5 - 2.2.1 - 2.3.1 -script: bundle exec rspec +script: bundle exec rspec --require spec_helper --require rails_helper --tag ~docker