summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71478cd)
raw | patch | inline | side by side (parent: 71478cd)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 4 Aug 2015 08:18:36 +0000 (10:18 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 4 Aug 2015 08:18:36 +0000 (10:18 +0200) |
This way we test if we can successfully build from tarball,
and we didn't leave out any files or forgot to clean something up.
and we didn't leave out any files or forgot to clean something up.
.travis.yml | patch | blob | history |
diff --git a/.travis.yml b/.travis.yml
index 3bc8e0ad141178832fddf6e6d1f22c04701cf0b6..a205373f3860311b398a1ac839186976ac0a1c0b 100644 (file)
--- a/.travis.yml
+++ b/.travis.yml
sudo: false
language: c
-script: sh build.sh && ./configure && make && make check
+script: sh build.sh && ./configure && make distcheck