Remove stages from Travis

Ensures that the "fast_finish" option is honored and that
"Allowed failures" is still listed as a separate block.
This commit is contained in:
Kleis Auke Wolthuizen 2020-07-14 19:37:39 +02:00
parent 81cf52b6fa
commit 102b3730e8
1 changed files with 2 additions and 4 deletions

View File

@ -67,8 +67,7 @@ jobs:
- os: osx
fast_finish: true
include:
- stage: "Test Linux"
os: linux
- os: linux
dist: bionic
compiler: gcc
name: "Ubuntu 18.04 / GCC 10"
@ -126,8 +125,7 @@ jobs:
# otherwise libIlmImf-2_2.so ends up as <unknown module>
- echo -e '#include <stdio.h>\nint dlclose(void*handle){return 0;}' | $CC -shared -xc -odlclose.so -
cache: ccache
- stage: "Test macOS"
os: osx
- os: osx
osx_image: xcode11
name: "macOS 10.14.6 / GCC 9"
env: