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:
parent
28ca071e79
commit
9a7ce382a9
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ rvm:
|
||||||
- 2.1
|
- 2.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=postgresql BUILD_TYPE=other
|
|
||||||
- DB=mysql BUILD_TYPE=other
|
|
||||||
- DB=postgresql BUILD_TYPE=cucumber
|
- DB=postgresql BUILD_TYPE=cucumber
|
||||||
- DB=mysql BUILD_TYPE=cucumber
|
- DB=mysql BUILD_TYPE=cucumber
|
||||||
|
- DB=postgresql BUILD_TYPE=other
|
||||||
|
- DB=mysql BUILD_TYPE=other
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
cache:
|
cache:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue