We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9f1cc commit 5188eb5Copy full SHA for 5188eb5
.travis.yml
@@ -3,6 +3,9 @@ language: rust
3
os:
4
- linux
5
6
+# Force use of macOS 10.14 Mojave until Catalina is made to work for us.
7
+osx_image: xcode11.3
8
+
9
rust:
10
- stable
11
@@ -72,6 +75,18 @@ env:
72
75
matrix:
73
76
fast_finish: true
74
77
78
+ # Include a few jobs for spot-checking different configurations without
79
+ # invoking combinatoric explosion of Travis jobs.
80
+ include:
81
+ - os: osx
82
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE=
83
84
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
85
86
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE=
87
88
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"
89
90
cache:
91
directories:
92
- $HOME/.cargo
0 commit comments