summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-07-11 23:20:04 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2017-07-12 23:36:14 -0700
commitb9eabbae2e312734b034d7588f03901ca76d158e (patch)
treea262174776afee3c88a9d05a189b044adbba7b75 /travis.sh
parent67264053434fa772bd082f9f5ce578fc1ddd9855 (diff)
downloadrabbitmq-c-b9eabbae2e312734b034d7588f03901ca76d158e.tar.gz
ci: build on trusty (14.04) on travis-ci.trusty
precise (12.04) is EOL'd and scheduled to be turned down by the travis folks in the next couple months. Note that this switches back to VM-based system, as the libpopt-dev package isn't available yet.
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh
index b3b9998..7bf9383 100755
--- a/travis.sh
+++ b/travis.sh
@@ -33,10 +33,10 @@ build_tsan() {
build_scan-build() {
mkdir $PWD/_build && cd $PWD/_build
- scan-build-3.7 cmake .. -DCMAKE_BUILD_TYPE=Debug \
+ scan-build-3.9 cmake .. -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$PWD/../_install \
-DCMAKE_C_FLAGS="-Werror"
- scan-build-3.7 make install
+ scan-build-3.9 make install
}
if [ "$#" -ne 1 ]; then