Skip to content

Commit

Permalink
TRAVIS-CI: correct path to configure
Browse files Browse the repository at this point in the history
Specify path to ./configure
  • Loading branch information
ThomasAdam committed May 17, 2015
1 parent beb0c01 commit 35d21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit 35d21be

Please sign in to comment.