We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d361e1a + b443f5b commit 3f308c2Copy full SHA for 3f308c2
.travis.yml
@@ -1,6 +1,7 @@
1
os: osx
2
language: rust
3
rust: stable
4
+if: branch != master OR type != push
5
matrix:
6
include:
7
# macOS 10.11
@@ -15,9 +16,6 @@ matrix:
15
16
# macOS 10.14
17
- osx_image: xcode11.3
18
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
- # macOS 10.15
19
- - osx_image: xcode12.2
20
- env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
21
22
install:
23
- rustup target add $TARGET
0 commit comments