travis: run the tests

This commit is contained in:
Simon Arlott 2019-07-07 19:35:13 +01:00
parent c87c8e5bfe
commit 11b122dfd3
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53

View file

@ -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"