move fedora up as it's tested first.

This commit is contained in:
Franck HOUSSEN
2020-06-01 11:27:37 +02:00
parent 2ddb03cf46
commit a38b411291
+8 -8
View File
@@ -40,6 +40,14 @@ stages:
jobs:
include:
# fedora (released fedora with openmpi)
- stage: fedora
dist: bionic
script: ./scripts/travis_fedora.sh setup openmpi latest
# fedora (with gcc 10 and mpich)
- stage: fedora
dist: bionic
script: ./scripts/travis_fedora.sh setup mpich rawhide
# osx <=> macOS 10.13 (high sierra)
- stage: osx
os: osx
@@ -188,14 +196,6 @@ jobs:
export VERBOSE=1 && \
make all && \
make check && \
# fedora (released fedora with openmpi)
- stage: fedora
dist: bionic
script: ./scripts/travis_fedora.sh setup openmpi latest
# fedora (with gcc 10 and mpich)
- stage: fedora
dist: bionic
script: ./scripts/travis_fedora.sh setup mpich rawhide
after_failure: