summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-11-28 10:49:44 -0800
committerNick Fitzgerald <fitzgen@gmail.com>2017-11-28 10:56:41 -0800
commit5011ddcf97ac7f09eb967dfe24f7d40d3fb3eb80 (patch)
tree971b93980b6d3e2ebda2b631ecd55f54316ef8d0
parent7c3584d7bc328a01ae5352e191f1fd41bb7fb1a9 (diff)
Don't run test expectations' layout tests with multiple libclang versions
Only generating bindings depends on which libclang version we are dealing with. Running the test expectations' layout tests does not change between libclang versions, so these were redundant tests. Note that we have not been testing the expected bindings that differ across libclang versions (the nested sub-directories aren't automatically picked up by cargo) and this commit does not change that.
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e5d0e105..79e35e42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,14 +21,10 @@ env:
- LLVM_VERSION="3.8.1" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
- LLVM_VERSION="3.8.1" BINDGEN_JOB="integration" BINDGEN_PROFILE=
- LLVM_VERSION="3.8.1" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"
- - LLVM_VERSION="3.8.1" BINDGEN_JOB="expectations" BINDGEN_PROFILE=
- - LLVM_VERSION="3.8.1" BINDGEN_JOB="expectations" BINDGEN_PROFILE="--release"
- LLVM_VERSION="3.9.0" BINDGEN_JOB="test" BINDGEN_PROFILE=
- LLVM_VERSION="3.9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
- LLVM_VERSION="3.9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE=
- LLVM_VERSION="3.9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"
- - LLVM_VERSION="3.9.0" BINDGEN_JOB="expectations" BINDGEN_PROFILE=
- - LLVM_VERSION="3.9.0" BINDGEN_JOB="expectations" BINDGEN_PROFILE="--release"
- LLVM_VERSION="4.0.0" BINDGEN_JOB="test" BINDGEN_PROFILE=
- LLVM_VERSION="4.0.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
- LLVM_VERSION="4.0.0" BINDGEN_JOB="test" BINDGEN_PROFILE= BINDGEN_FEATURES="testing_only_extra_assertions"