Update travis config for status updates

This commit is contained in:
Mark Ellzey 2015-05-12 15:43:03 -04:00
parent 0dfa5dc671
commit 37453aba99

View File

@ -14,3 +14,6 @@ install:
script:
- if [ "$EVENT_BUILD_METHOD" = "autotools" ]; then ./autogen.sh && ./configure && make && make verify; fi
- if [ "$EVENT_BUILD_METHOD" = "cmake" ]; then mkdir build && cd build && cmake .. $EVENT_CMAKE_OPTIONS && cmake --build . && CTEST_OUTPUT_ON_FAILURE=1 cmake --build . --target verify; fi
notifications:
irc: "irc.oftc.net#libevent"