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 /.travis.yml | |
parent | 23fc45b96a07d34c88cf02b3586a9e35646e5deb (diff) | |
download | monitoring-plugins-9fa667c48cea58cd0f0441969dcd8bfa8ac3df02.tar.gz |
travis-ci: Drop clang++, which makes no sense here
Diffstat (limited to '.travis.yml')
-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: os: linux env: - PLATFORM=linux BITS=64 HOST=x86_64 - - CXX=clang++ before_install: # Trusty related fixed |