summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 4 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index ca202b62..a62e8c66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,20 +86,14 @@ script:
86 --enable-daemon \ 86 --enable-daemon \
87 --enable-logging \ 87 --enable-logging \
88 --enable-ntox \ 88 --enable-ntox \
89 CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage" 89 CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV"
90 - make 90 - make
91 - make check || true 91 - make check
92 - if [ -f build/test-suite.log ]; then cat build/test-suite.log; fi 92 - if [ -f build/test-suite.log ]; then cat build/test-suite.log; fi
93 - make dist 93 - make dist
94 94
95after_script: 95after_script:
96 - coveralls --exclude auto_tests --exclude other --exclude testing --gcov-options '\-lp' 96 - coveralls --exclude auto_tests --exclude other --exclude testing --gcov-options '\-lp'
97 97
98#notifications: 98notifications:
99# email: false 99 irc: "chat.freenode.net#toktok-status"
100#
101# irc:
102# channels:
103# - "chat.freenode.net#tox-dev"
104# on_success: always
105# on_failure: always