]> jfr.im git - solanum.git/commitdiff
travis: run the tests
authorSimon Arlott <sa.me.uk>
Sun, 7 Jul 2019 18:35:13 +0000 (19:35 +0100)
committerSimon Arlott <sa.me.uk>
Sun, 7 Jul 2019 18:35:13 +0000 (19:35 +0100)
.travis.yml

index 8bf242dde2fc23130a9023e6c6ed24dee2684391..e9915c1a7e4e7b828285a91ed77480dfbedb3111 100644 (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"