diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:41:56 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:41:56 +0100 |
commit | e18ec43c2df1a91911f8fd98bff52a232b6f757c (patch) | |
tree | 108e68245e43b3eac9013f92cde21139cfb61545 /.travis.yml | |
parent | df9986ea439cb0afc0701b67561c8813237a84a7 (diff) | |
download | libtdevnc-e18ec43c2df1a91911f8fd98bff52a232b6f757c.tar.gz libtdevnc-e18ec43c2df1a91911f8fd98bff52a232b6f757c.zip |
AppVeyorCI: supply a test config aka build type
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |