start cucumber jobs before other jobs

the whole build is faster, if the workers start first with the longer
running jobs.
This commit is contained in:
Benjamin Neff 2016-06-27 05:19:02 +02:00
parent 28ca071e79
commit 9a7ce382a9

View file

@ -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: