TRAVIS: add bison to build deps

pull/1758/head
Thomas Adam 2019-05-23 13:06:47 +01:00
parent bf2cf33fc6
commit 8590ee65e6
1 changed files with 1 additions and 1 deletions

View File

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