summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Adam <thomas.adam@smoothwall.net>2019-05-23 13:06:47 +0100
committerThomas Adam <thomas.adam@smoothwall.net>2019-05-23 13:12:03 +0100
commit8590ee65e64b6d4e5a6b4410ee64edeb19dffd13 (patch)
tree4923f7ebac444d3070b9a1d5d82bcbf739413a3b /.travis.yml
parentbf2cf33fc633dd6f28d0d57e669cbd0b109a5f2d (diff)
TRAVIS: add bison to build deps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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