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"