travis-ci: install syslinux-utils

This commit is contained in:
Giacomo Tesio 2017-02-11 00:23:57 +01:00
parent d4ef3a2344
commit 2fd3a3848b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
- sudo apt-get update
- sudo apt-get install -y --force-yes gcc-4.8 rc golang build-essential bison qemu-system
- sudo apt-get install -y --force-yes gcc-4.8 rc golang build-essential flex bison qemu-system syslinux-utils
- git submodule update --init --recursive --remote
- ./hacking/coverity-scan.sh prepare
script: