summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-03-19 09:49:55 -0700
committerGitHub <noreply@github.com>2017-03-19 09:49:55 -0700
commit77ed11552da3e01dd235b7d68988076866b1f604 (patch)
tree92f86a800bf9ed5e199e88ac0524877eb8ab1a9f /.travis.yml
parent18b250f844bf8b2d1a81c2d2dcc74e850364fe35 (diff)
downloadcpython-git-77ed11552da3e01dd235b7d68988076866b1f604.tar.gz
Drop C++ header compatibility test (#718)
The $CXX environment variable is not exported under the 'c' language on Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e105dc088..903950041a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,8 +79,6 @@ before_script:
script:
# `-r -w` implicitly provided through `make buildbottest`.
- make buildbottest TESTOPTS="-j4"
- # Test for C++ header compatibility.
- - echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
notifications:
email: false