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:
		
							
								
								
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user