travis: Reorder platform entries, move Gentoo to the top
Since the Gentoo build takes the longest, it makes sense to start executing it as first.
This commit is contained in:
committed by
Paul Beckingham
parent
2140298af2
commit
e171c0aa9b
@@ -2,6 +2,10 @@ sudo: required
|
|||||||
language: generic
|
language: generic
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- name: "Gentoo (latest)"
|
||||||
|
os: linux
|
||||||
|
env: CONTAINER=gentoo
|
||||||
|
services: docker
|
||||||
- name: "Fedora 28"
|
- name: "Fedora 28"
|
||||||
os: linux
|
os: linux
|
||||||
env: CONTAINER=fedora28
|
env: CONTAINER=fedora28
|
||||||
@@ -26,10 +30,6 @@ matrix:
|
|||||||
os: linux
|
os: linux
|
||||||
env: CONTAINER=ubuntu1804
|
env: CONTAINER=ubuntu1804
|
||||||
services: docker
|
services: docker
|
||||||
- name: "Gentoo (latest)"
|
|
||||||
os: linux
|
|
||||||
env: CONTAINER=gentoo
|
|
||||||
services: docker
|
|
||||||
- name: "OpenSUSE 15.0"
|
- name: "OpenSUSE 15.0"
|
||||||
os: linux
|
os: linux
|
||||||
env: CONTAINER=opensuse1500
|
env: CONTAINER=opensuse1500
|
||||||
|
|||||||
Reference in New Issue
Block a user