From 092c7bfeb85adffddf3cc24c4096e508c537a1ba Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 23 May 2019 13:06:47 +0100 Subject: [PATCH] TRAVIS: add bison to build deps --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1d7e427..2188eec0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ matrix: env: CFLAGS="-g -O2" 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 + - sudo apt-get -y install bison debhelper autotools-dev dh-autoreconf file libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make