]> jfr.im git - irc/charybdis-ircd/charybdis.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:36:20 +0000 (19:36 +0100)
.travis.yml

index 50d8b8145c38f2946c48b6088f3e1ea067592358..128f80618f15931f40abc6578bbd659626b1e8fb 100644 (file)
@@ -58,5 +58,6 @@ script:
   - sh 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"