summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-08-10 21:59:41 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-08-10 22:01:17 -0700
commiteea095b1b3277a76df8818d56ca4f10c8d496f43 (patch)
tree83a02ae8d55c00cdda6388fa3ac97427ebabba6e
parent84294967744f21d22409f2252f5e28889d467d60 (diff)
downloadrabbitmq-c-eea095b1b3277a76df8818d56ca4f10c8d496f43.tar.gz
ci: use container-based builds on travis-ci.
See: http://docs.travis-ci.com/user/migrating-from-legacy/
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9671661..142e8d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@
language: c
+# Use the faster container-based infrastructure.
+sudo: false
+
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created