summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e9396f..424fe97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,9 @@ env:
# via the "travis encrypt" command using the project repo's public key
- secure: "gDwqo3jHj+HHGzFKnxL/nwZhbVeh2pItw0TbeaHcLtWubUZaf85ViEQRaXPyfnbG7l0OEQq+PjyhKAfvViVq2NP0lGeeu4VM5uMZJhsCLN594BJr39Y4XzOapg0O8mEMhQ0DU2u1Zo4LMgEcRz67aosVQOj6QV30tOzp9fnxn9U="
+services:
+ - rabbitmq
+
matrix:
include:
# Note that the first compiler in the matrix must be gcc, so that the
@@ -20,6 +23,9 @@ matrix:
- compiler: gcc
os: linux
env: CONFIG=cmake
+ - compiler: gcc
+ os: linux
+ env: CONFIG=coverage
- compiler: clang
os: linux
env: CONFIG=cmake