summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 704109f)
raw | patch | inline | side by side (parent: 704109f)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Dec 2013 18:30:04 +0000 (19:30 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Dec 2013 18:30:04 +0000 (19:30 +0100) |
GNU libc, as used on the current test machines, would else provoke an error in
the expansion of FD_SET.
the expansion of FD_SET.
.travis.yml | patch | blob | history |
diff --git a/.travis.yml b/.travis.yml
index d8cc59f4cf71d66bfeccb4ae864796e2ca3b09e8..b227ad6d084fac1ae1b02fbef45e2a68ea873ead 100644 (file)
--- a/.travis.yml
+++ b/.travis.yml
- sudo apt-get install -qq libdbi-dev libedit-dev libltdl-dev
before_script:
- ./autogen.sh
-script: ./configure && make && make test
+script: ./configure CFLAGS="-Wno-sign-conversion" && make && make test
branches:
only:
- master