summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 18:41:56 +0100
committerChristian Beier <dontmind@freeshell.org>2017-02-21 18:41:56 +0100
commite18ec43c2df1a91911f8fd98bff52a232b6f757c (patch)
tree108e68245e43b3eac9013f92cde21139cfb61545 /.travis.yml
parentdf9986ea439cb0afc0701b67561c8813237a84a7 (diff)
downloadlibtdevnc-e18ec43c2df1a91911f8fd98bff52a232b6f757c.tar.gz
libtdevnc-e18ec43c2df1a91911f8fd98bff52a232b6f757c.zip
AppVeyorCI: supply a test config aka build type
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 652537c..a903871 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,5 +25,5 @@ script:
- cd build
- cmake ..
- cmake --build .
- - ctest
+ - ctest -C Debug