The branch, master has been updated
       via  35d21be19ae0069b8cc09a0701251c19aeae77ab (commit)
      from  beb0c01c27de2cc9d42684571e905446b76bc79d (commit)

- Log -----------------------------------------------------------------
commit 35d21be19ae0069b8cc09a0701251c19aeae77ab
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    TRAVIS-CI: correct path to configure
    
    Specify path to ./configure
---
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7aa698f..a1d7e42 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


-----------------------------------------------------------------------

Summary of changes:
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to