From 11b122dfd3e88d24a6bf941330b48f9ac6f9009c Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 7 Jul 2019 19:35:13 +0100 Subject: [PATCH] travis: run the tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8bf242dd..e9915c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,5 +55,6 @@ script: - bash autogen.sh - CC=$COMPILER ./configure --with-shared-sqlite - make -j4 + - make check - make install - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make -C doc/oper-guide html man info; fi"