From 8b6da4d2fe2c073ceee69d23df7c5a83ecf26825 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 6 Apr 2016 15:20:53 +0200 Subject: [PATCH] Enable server-tests on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 14381e65c..8d682e73d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,6 +164,7 @@ script: - ./extractor-tests - ./engine-tests - ./util-tests + - ./server-tests - echo "travis_fold:end:UNIT_TESTS" - popd - echo "travis_fold:start:CUCUMBER"