test: Update .travis.yml to list apt packages one per line

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-08-17 09:47:57 -04:00
parent 868a1f951b
commit e88eab18d0
1 changed files with 10 additions and 2 deletions

View File

@ -5,9 +5,17 @@ addons:
apt: apt:
packages: packages:
# AVR GCC packages # AVR GCC packages
- gcc-avr avr-libc - gcc-avr
- avr-libc
# PRU GCC build packages # PRU GCC build packages
- pv libmpfr-dev libgmp-dev libmpc-dev texinfo libncurses5-dev bison flex - pv
- libmpfr-dev
- libgmp-dev
- libmpc-dev
- texinfo
- libncurses5-dev
- bison
- flex
cache: cache:
directories: directories: