From 52be496e16e4cd3c232fbe1a43db09d1350299b8 Mon Sep 17 00:00:00 2001 From: yqbk Date: Tue, 11 Oct 2016 13:33:30 +0200 Subject: [PATCH] add docker tag to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08922270..5ee43173 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 --color --format documentation --require spec_helper --require rails_helper +script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker