summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ad1637)
raw | patch | inline | side by side (parent: 0ad1637)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Dec 2013 20:09:47 +0000 (21:09 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Dec 2013 20:09:47 +0000 (21:09 +0100) |
.travis.yml | patch | blob | history |
diff --git a/.travis.yml b/.travis.yml
index 06956845d15220e2b24a5f0655116b8c269dc812..f0a3403e855b8c4b7c03236eb6bae17310d63946 100644 (file)
--- a/.travis.yml
+++ b/.travis.yml
- sudo pip install cpp-coveralls --use-mirrors
before_script:
- ./autogen.sh
-script: ./configure CFLAGS="-O0 --coverage --no-inline -Wno-sign-conversion" && make && make test
+script: ./configure --enable-gcov CFLAGS="-O0 -Wno-sign-conversion" && make && make test
after_success:
- coveralls --exclude t --verbose
branches: