Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-02-26 02:54:42 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-02-26 02:54:42 +0300
commit2abd928ccb61bc7d282c259e7a3f389209dd2636 (patch)
tree459f7c069e117a2f7d18f58947f1f9557cbeff05 /.travis.yml
parent70bf6867063f95440f797950b8d0abf3f89f284d (diff)
.travis.yml: add 'make check' to the Travis Linux build.
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 c597bea7e..f6557c643 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ before_install:
- sudo apt-get build-dep -qq mumble
script:
- - qmake CONFIG+="release g15-emulator qt4-legacy-compat" -recursive && make -j2
+ - qmake CONFIG+="release tests g15-emulator qt4-legacy-compat" -recursive && make -j2 && make check