From 5243494c58acea030018e6b89af6d70870407f80 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Wed, 17 Aug 2016 10:16:22 +0200 Subject: [PATCH] split travis tests --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f34cc4f..17c7d220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,10 @@ matrix: - rvm: 2.0 - rvm: 2.2 script: bundle exec rake $SUITE - env: SUITE="test test:docker config=test-travis-1.yaml" + env: SUITE="test" + - rvm: 2.2 + script: bundle exec rake $SUITE + env: SUITE="test:docker config=test-travis-1.yaml" - rvm: 2.2 script: bundle exec rake $SUITE env: SUITE="test:docker config=test-travis-2.yaml"