summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2014-04-22 17:19:53 +1000
committerMartin Pool <mbp@sourcefrog.net>2014-04-22 17:20:59 +1000
commit8fa6d05640ed931bd17b6b258b0dd11cdd9a9a51 (patch)
treef6a693160a142d56767b1b27faabbbb83aeb7cb6
parent70ea330219c1957c4901fc930a14e1f570c1ad62 (diff)
downloadlibrsync-travis.tar.gz
Explicitly build before make check.travis
Shouldn't be needed but Makefile.am is missing the dependency (see #1)
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bdc624f..5b30391 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+# "It took the night to believe"
+
language: c
-script: ./autogen.sh && ./configure && make check
+script: ./autogen.sh && ./configure && make && make check
+# separate `make` shouldn't be necessary - https://github.com/librsync/librsync/issues/1