Merge pull request #6891 from SuperTux88/travis-order
start cucumber jobs before other jobs
This commit is contained in:
commit
e51344045a
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue