diff options
author | Simon Warta <[email protected]> | 2015-07-12 23:57:31 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-12 23:57:31 +0200 |
commit | e6aa0c7a5acbb65a4a4069600cafb7f9ff3c0578 (patch) | |
tree | a62eaea2c814e994d5cbe1622cdbfe6f6a16a7a8 /.travis.yml | |
parent | 098f193e34cf96d88e6f1bfbe53b4ce2464929f1 (diff) |
Set CXX path to g++ 4.8 for coverity scan
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15ae33168..2df98c6c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,6 @@ addons: project: name: "randombit/botan" notification_email: [email protected] - build_command_prepend: "./configure.py" + build_command_prepend: "./configure.py --cc-bin=/usr/bin/g++-4.8" build_command: "make -j2" branch_pattern: coverity_scan |