Skip to content

Commit 3a74c37

Browse files
committed
Expand and correct osx versions.
xcode7.2 doesn't seem to exist anymore and there doesn't seem to be other 10.10 images available.
1 parent f4b01d2 commit 3a74c37

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.travis.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ language: rust
33
rust: stable
44
matrix:
55
include:
6-
# macOS 10.12
7-
- env: TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan"
8-
# macOS 10.10
9-
- osx_image: xcode7.2
6+
# macOS 10.11
7+
- osx_image: xcode7.3
108
env: TARGET=x86_64-apple-darwin CGFEATURES=""
9+
# macOS 10.12
10+
- osx_image: xcode9.2
11+
env: TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan"
1112
# macOS 10.13
1213
- osx_image: xcode9.4
1314
env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
15+
# macOS 10.14
16+
- osx_image: xcode11.3
17+
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"
1421

1522
install:
1623
- rustup target add $TARGET

0 commit comments

Comments
 (0)