TRAVIS-CI: correct path to configure

Specify path to ./configure
pull/1/head
Thomas Adam 2015-05-17 14:39:04 +01:00
parent beb0c01c27
commit 35d21be19a
1 changed files with 1 additions and 1 deletions

View File

@ -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