mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
675b8e2798
commit
2f247c712c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue