From 050e3e7ae97b54672fdd63a7812aec9960205e05 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 16 Aug 2016 16:43:21 +0200 Subject: [PATCH] show suites in travis --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec86762e..4f34cc4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,12 @@ matrix: - rvm: 2.1 - rvm: 2.0 - rvm: 2.2 - script: bundle exec rake test test:docker config=test-travis-1.yaml + script: bundle exec rake $SUITE + env: SUITE="test test:docker config=test-travis-1.yaml" - rvm: 2.2 - script: bundle exec rake test:docker config=test-travis-2.yaml + script: bundle exec rake $SUITE + env: SUITE="test:docker config=test-travis-2.yaml" + deploy: provider: rubygems gemspec: train.gemspec