We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693a691 commit 7a918dbCopy full SHA for 7a918db
.travis.yml
@@ -72,6 +72,18 @@ env:
72
matrix:
73
fast_finish: true
74
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
81
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
82
83
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE=
84
85
+ env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"
86
+
87
cache:
88
directories:
89
- $HOME/.cargo
0 commit comments