diff options
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 60c3f73d1..e7d9d1aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,7 +115,7 @@ addons: project: name: "randombit/botan" notification_email: [email protected] - build_command_prepend: "./configure.py --cc-bin=/usr/bin/g++-4.8" + build_command_prepend: "./configure.py --no-optimizations --with-zlib --with-pkcs11" build_command: "make -j2" branch_pattern: coverity_scan |