diff options
author | Jan Wagner <waja@cyconet.org> | 2016-11-29 10:42:00 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2016-11-29 10:42:00 +0100 |
commit | 9fa667c48cea58cd0f0441969dcd8bfa8ac3df02 (patch) | |
tree | c65932d57017edbb9200b006eb1e0fc804f81c86 | |
parent | 23fc45b96a07d34c88cf02b3586a9e35646e5deb (diff) | |
download | monitoring-plugins-9fa667c48cea58cd0f0441969dcd8bfa8ac3df02.tar.gz |
travis-ci: Drop clang++, which makes no sense here
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index eea6c144..a03a9575 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -27,7 +27,6 @@ matrix: | |||
27 | os: linux | 27 | os: linux |
28 | env: | 28 | env: |
29 | - PLATFORM=linux BITS=64 HOST=x86_64 | 29 | - PLATFORM=linux BITS=64 HOST=x86_64 |
30 | - CXX=clang++ | ||
31 | 30 | ||
32 | before_install: | 31 | before_install: |
33 | # Trusty related fixed | 32 | # Trusty related fixed |