From e88eab18d0a51b5ce0cd6d572aea57e547c2da2c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 17 Aug 2018 09:47:57 -0400 Subject: [PATCH] test: Update .travis.yml to list apt packages one per line Signed-off-by: Kevin O'Connor --- .travis.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 220a5615..49aee964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,17 @@ addons: apt: packages: # AVR GCC packages - - gcc-avr avr-libc + - gcc-avr + - avr-libc # 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: directories: