From 9a7ce382a9e542575a843a7aebceaee27d7d7e8d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 27 Jun 2016 05:19:02 +0200 Subject: [PATCH] start cucumber jobs before other jobs the whole build is faster, if the workers start first with the longer running jobs. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67aad469f..4704fb851 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ rvm: - 2.1 env: - - DB=postgresql BUILD_TYPE=other - - DB=mysql BUILD_TYPE=other - DB=postgresql BUILD_TYPE=cucumber - DB=mysql BUILD_TYPE=cucumber + - DB=postgresql BUILD_TYPE=other + - DB=mysql BUILD_TYPE=other sudo: false cache: