aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a16ddf0..9648bc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,11 @@ compiler:
- clang
env:
- - BITS=32
- - BITS=64
+ global:
+ - CTEST_OUTPUT_ON_FAILURE=ON
+ matrix:
+ - BITS=32
+ - BITS=64
install:
- sudo apt-get update -qq