summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-16 22:39:15 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-16 22:39:15 +0100
commit5b0abc8fa8075e1b72c00d4abd03372c3b255a5e (patch)
tree614cf79d672a5f15ba2d5feaa53164f4eb1ffb9b /.travis.yml
parent7ed8a62f93c606757354f15fd1fbe31a77741488 (diff)
added autogen.sh call to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 60e57fc8..ef7a0717 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,4 @@ compiler:
- gcc
- clang
# Change this to your needs
-script: ./configure --disable-nls && make
+script: ./autogen.sh && ./configure --disable-nls && make