summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-08-20travis: asciidoc is no longer neededrofl0r
2020-08-11travis: remove make distcheckrofl0r
distcheck chokes on man5/8 files still in the file tree, while the input files (.txt) are not. these are generated by the configure script and it would require quite some effort to get this test working. as it is non-essential, we simply disable it.
2020-08-11travis: run make clean before second compilerofl0r
otherwise object files will not be rebuilt with the new configure options. this will prevent cases like db4bd162a3472205fb847a52948c1133e65bd9ce where it turned out there was a build error with --enable-debug since several git revisions.
2016-12-24Enable travis-ci: add .travis.ymlMichael Adam
Signed-off-by: Michael Adam <obnox@samba.org>