Skip to content

Commit 7a918db

Browse files
committed
Explicitly run four macOS jobs
1 parent 693a691 commit 7a918db

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
@@ -72,6 +72,18 @@ env:
7272
matrix:
7373
fast_finish: true
7474

75+
# Include a few jobs for spot-checking different configurations without
76+
# invoking combinatoric explosion of Travis jobs.
77+
include:
78+
- os: osx
79+
env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE=
80+
- os: osx
81+
env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
82+
- os: osx
83+
env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE=
84+
- os: osx
85+
env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"
86+
7587
cache:
7688
directories:
7789
- $HOME/.cargo

0 commit comments

Comments
 (0)