Skip to content

Commit 36830eb

Browse files
committed
.travis.yml: run the copr build job as first in the matrix
... because it usually takes long time to complete. Suggested-by: Pavel Raiskup
1 parent ab89561 commit 36830eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ if: branch = master
55

66
matrix:
77
include:
8+
- name: "Fedora Copr build"
9+
dist: focal
10+
env:
11+
- COPR_BUILD=yes
12+
813
- name: "Ubuntu LTS 2014 (trusty)"
914
dist: trusty
1015

@@ -17,11 +22,6 @@ matrix:
1722
- name: "Ubuntu LTS 2020 (focal)"
1823
dist: focal
1924

20-
- name: "Fedora Copr build"
21-
dist: focal
22-
env:
23-
- COPR_BUILD=yes
24-
2525
install:
2626
- sudo apt-get install cmake help2man libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev
2727

0 commit comments

Comments
 (0)