summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-05-17 14:39:04 +0100
committerThomas Adam <thomas@xteddy.org>2015-05-17 14:39:04 +0100
commit35d21be19ae0069b8cc09a0701251c19aeae77ab (patch)
treecf1c77a05d98b0acd31cca0f4090cb4d74261978 /.travis.yml
parentbeb0c01c27de2cc9d42684571e905446b76bc79d (diff)
TRAVIS-CI: correct path to configure
Specify path to ./configure
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 7aa698f0..a1d7e427 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ matrix:
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install debhelper autotools-dev dh-autoreconf file libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential
-script: (CFLAGS= ./autogen.sh) && configure --enable-debug && make
+script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make