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
2140298af2
commit
e171c0aa9b
1 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,10 @@ sudo: required
|
|||
language: generic
|
||||
matrix:
|
||||
include:
|
||||
- name: "Gentoo (latest)"
|
||||
os: linux
|
||||
env: CONTAINER=gentoo
|
||||
services: docker
|
||||
- name: "Fedora 28"
|
||||
os: linux
|
||||
env: CONTAINER=fedora28
|
||||
|
@ -26,10 +30,6 @@ matrix:
|
|||
os: linux
|
||||
env: CONTAINER=ubuntu1804
|
||||
services: docker
|
||||
- name: "Gentoo (latest)"
|
||||
os: linux
|
||||
env: CONTAINER=gentoo
|
||||
services: docker
|
||||
- name: "OpenSUSE 15.0"
|
||||
os: linux
|
||||
env: CONTAINER=opensuse1500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue