aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-08-17 09:47:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-08-17 09:47:57 -0400
commite88eab18d0a51b5ce0cd6d572aea57e547c2da2c (patch)
treea6acc1af0087624e9f0d9b6652b9c55783c0bf1e
parent868a1f951b3dc3dc87910ad2ba20c941ec3e2986 (diff)
downloadkutter-e88eab18d0a51b5ce0cd6d572aea57e547c2da2c.tar.gz
kutter-e88eab18d0a51b5ce0cd6d572aea57e547c2da2c.tar.xz
kutter-e88eab18d0a51b5ce0cd6d572aea57e547c2da2c.zip
test: Update .travis.yml to list apt packages one per line
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--.travis.yml12
1 files 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: