Skip to content

Commit d8e33bb

Browse files
danieldkDaniël de Kok
authored andcommitted
CI: Add Xcode 10.1 for macOS Python 3.7 wheel
1 parent 4b1b927 commit d8e33bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: rust
22
dist: xenial
3+
cache: cargo
34

45
addons:
56
apt:
@@ -17,6 +18,10 @@ matrix:
1718
- os: linux
1819
rust: nightly-2019-02-07
1920
- os: osx
21+
osx_image: xcode9.4
22+
rust: nightly-2019-02-07
23+
- os: osx
24+
osx_image: xcode10.1
2025
rust: nightly-2019-02-07
2126

2227
install:

0 commit comments

Comments
 (0)