Skip to content

Commit ab7fb11

Browse files
committed
Explicitly run four macOS jobs
1 parent 26766cd commit ab7fb11

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ env:
6565
matrix:
6666
fast_finish: true
6767

68+
# Include a few jobs for spot-checking different configurations without
69+
# invoking combinatoric explosion of Travis jobs.
70+
include:
71+
- os: osx
72+
env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE=
73+
- os: osx
74+
env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
75+
- os: osx
76+
env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE=
77+
- os: osx
78+
env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"
79+
6880
cache:
6981
directories:
7082
- $HOME/.cargo

0 commit comments

Comments
 (0)