Don't run travis on master or 10.15
10.15 is now covered by Github actions and master is unneeded because of auto
This commit is contained in:
+1
-3
@@ -1,6 +1,7 @@
|
|||||||
os: osx
|
os: osx
|
||||||
language: rust
|
language: rust
|
||||||
rust: stable
|
rust: stable
|
||||||
|
if: branch != master OR type != push
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# macOS 10.11
|
# macOS 10.11
|
||||||
@@ -15,9 +16,6 @@ matrix:
|
|||||||
# macOS 10.14
|
# macOS 10.14
|
||||||
- osx_image: xcode11.3
|
- osx_image: xcode11.3
|
||||||
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
|
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
|
||||||
# macOS 10.15
|
|
||||||
- osx_image: xcode12.2
|
|
||||||
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rustup target add $TARGET
|
- rustup target add $TARGET
|
||||||
|
|||||||
Reference in New Issue
Block a user