Skip to content

Commit b443f5b

Browse files
committed
Don't run travis on master or 10.15
10.15 is now covered by Github actions and master is unneeded because of auto
1 parent d361e1a commit b443f5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
os: osx
22
language: rust
33
rust: stable
4+
if: branch != master OR type != push
45
matrix:
56
include:
67
# macOS 10.11
@@ -15,9 +16,6 @@ matrix:
1516
# macOS 10.14
1617
- osx_image: xcode11.3
1718
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
18-
# macOS 10.15
19-
- osx_image: xcode12.2
20-
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
2119

2220
install:
2321
- rustup target add $TARGET

0 commit comments

Comments
 (0)