diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:47:06 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:47:06 +0100 |
commit | 9ef1f4c8ac8f698b15d286488d516dcd6f65be8e (patch) | |
tree | 444d7436503cee16d282b14f818653a80a0588cf /.travis.yml | |
parent | e18ec43c2df1a91911f8fd98bff52a232b6f757c (diff) | |
download | libtdevnc-9ef1f4c8ac8f698b15d286488d516dcd6f65be8e.tar.gz libtdevnc-9ef1f4c8ac8f698b15d286488d516dcd6f65be8e.zip |
Revert "AppVeyorCI: supply a test config aka build type"
This reverts commit e18ec43c2df1a91911f8fd98bff52a232b6f757c.
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 a903871..652537c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,5 @@ script: - cd build - cmake .. - cmake --build . - - ctest -C Debug + - ctest |