diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-17 09:47:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-17 09:47:57 -0400 |
commit | e88eab18d0a51b5ce0cd6d572aea57e547c2da2c (patch) | |
tree | a6acc1af0087624e9f0d9b6652b9c55783c0bf1e | |
parent | 868a1f951b3dc3dc87910ad2ba20c941ec3e2986 (diff) | |
download | kutter-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.yml | 12 |
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: |