aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2016-08-28 13:38:58 +0600
committerZeex <zeex@rocketmail.com>2016-08-29 10:36:29 +0600
commite3f55979df309e348dae76230857fb9a06455f35 (patch)
treed0bb4cf2ed2703cded5f32bb1dfe0e93def4413b /.travis.yml
parentaf522f724549724c6bd82004ab0334ddedb8860c (diff)
downloadsubhook-e3f55979df309e348dae76230857fb9a06455f35.zip
subhook-e3f55979df309e348dae76230857fb9a06455f35.tar.gz
subhook-e3f55979df309e348dae76230857fb9a06455f35.tar.bz2
Tell CTest to show output on failure
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