summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-07-09 09:14:19 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-07-09 09:14:19 -0700
commitceca34823beb017e9615e77bd03fb3f54d64f50b (patch)
tree3ca4e2768cbd34c0f4360d6df244086efd597094
parentef73c06b63280bcdff428aa119f7d74258a182c5 (diff)
downloadrabbitmq-c-ceca34823beb017e9615e77bd03fb3f54d64f50b.tar.gz
Switch travis config to use container based-builders.
-rw-r--r--.travis.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index d5d3fa9..9892ade 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,12 @@
language: c
-# Need to install libpopt-dev for tools build. Can use the container-based
-# builds on travis once https://github.com/travis-ci/travis-ci/issues/3887 has
-# been resolved.
-sudo: required
-
# OSX isn't actually enabled at this point as we missed the boat. Hopefully
# they re-open sign-ups for OSS projects sometime soon.
os:
- linux
- osx
-# Settings to try
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
@@ -34,16 +28,15 @@ matrix:
- compiler: clang
env: CONFIG=tsan
-# Make sure CMake is installed
-install:
- - sudo apt-get update -qq
- - sudo apt-get install -qq libpopt-dev
-
# Run the Build script
script:
- ./travis.sh $CONFIG
addons:
+ apt:
+ packages:
+ - libpopt-dev
+
coverity_scan:
project:
name: "alanxz/rabbitmq-c"