diff options
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 40b02846..e7edd1cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,18 @@ env: matrix: fast_finish: true + # Include a few jobs for spot-checking different configurations without + # invoking combinatoric explosion of Travis jobs. + include: + - os: osx + env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE= + - os: osx + env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release" + - os: osx + env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE= + - os: osx + env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release" + cache: directories: - $HOME/.cargo |