diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-05-17 14:39:04 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-05-17 14:39:04 +0100 |
commit | 35d21be19ae0069b8cc09a0701251c19aeae77ab (patch) | |
tree | cf1c77a05d98b0acd31cca0f4090cb4d74261978 | |
parent | beb0c01c27de2cc9d42684571e905446b76bc79d (diff) | |
download | rtmux-35d21be19ae0069b8cc09a0701251c19aeae77ab.tar.gz rtmux-35d21be19ae0069b8cc09a0701251c19aeae77ab.tar.bz2 rtmux-35d21be19ae0069b8cc09a0701251c19aeae77ab.zip |
TRAVIS-CI: correct path to configure
Specify path to ./configure
-rw-r--r-- | .travis.yml | 2 |
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 |