summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <cb@shoutrlabs.com>2016-04-12 15:36:00 +0200
committerChristian Beier <cb@shoutrlabs.com>2016-04-12 15:36:00 +0200
commit13e9810c8800421cc31028d73aaaca11698f3e44 (patch)
treea2cf2a4e24dd8cb6a1a8ebf0781d9f4256b89ce8
parentde3b01c3739524d6c2ef7997d353eb26fd383425 (diff)
downloadlibtdevnc-13e9810c.tar.gz
libtdevnc-13e9810c.zip
TravisCI: add autoreconf step.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b455aa3..13db7db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1 +1,4 @@
language: c
+
+# before build script, run autoreconf
+before_script: autoreconf -fiv \ No newline at end of file