Skip to content

Commit e88eab1

Browse files
committed
test: Update .travis.yml to list apt packages one per line
Signed-off-by: Kevin O'Connor <[email protected]>
1 parent 868a1f9 commit e88eab1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ addons:
55
apt:
66
packages:
77
# AVR GCC packages
8-
- gcc-avr avr-libc
8+
- gcc-avr
9+
- avr-libc
910
# PRU GCC build packages
10-
- pv libmpfr-dev libgmp-dev libmpc-dev texinfo libncurses5-dev bison flex
11+
- pv
12+
- libmpfr-dev
13+
- libgmp-dev
14+
- libmpc-dev
15+
- texinfo
16+
- libncurses5-dev
17+
- bison
18+
- flex
1119

1220
cache:
1321
directories:

0 commit comments

Comments
 (0)