diff options
author | Christian Beier <cb@shoutrlabs.com> | 2016-04-12 15:36:00 +0200 |
---|---|---|
committer | Christian Beier <cb@shoutrlabs.com> | 2016-04-12 15:36:00 +0200 |
commit | 13e9810c8800421cc31028d73aaaca11698f3e44 (patch) | |
tree | a2cf2a4e24dd8cb6a1a8ebf0781d9f4256b89ce8 /.travis.yml | |
parent | de3b01c3739524d6c2ef7997d353eb26fd383425 (diff) | |
download | libtdevnc-13e9810c8800421cc31028d73aaaca11698f3e44.tar.gz libtdevnc-13e9810c8800421cc31028d73aaaca11698f3e44.zip |
TravisCI: add autoreconf step.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |