aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-05-13 10:37:56 +0000
committerlloyd <[email protected]>2015-05-13 10:37:56 +0000
commitc60eaffee7683136642e71c66311f5b494a1aa17 (patch)
tree23fb9cef418b0f0380d7c247d0a12c265454f69e
parentf5529ebf0cbd27912a5f518e7b503b7cabca3f8e (diff)
More Travis fiddling
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 74bdd5780..975b4c233 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,10 @@ compiler:
- gcc
env:
- - BUILD_MODE="shared"
- - BUILD_MODE="static"
- - BUILD_MODE="coverage"
+ matrix:
+ - BUILD_MODE="shared"
+ - BUILD_MODE="static"
+ - BUILD_MODE="coverage"
global:
# Coverity token
@@ -42,7 +43,6 @@ addons:
coverity_scan:
project:
name: "randombit/botan"
- description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./configure.py"
build_command: "make -j 4"