Use container-based builds with travis
Since we only use sudo for installing packages, start using the apt travis addon for the installation in order to allow container-based builds to be used for testing dunst which should theoretically have a faster boot time.
This commit is contained in:
		
							parent
							
								
									06c4cf6d4d
								
							
						
					
					
						commit
						17e1dbf246
					
				
							
								
								
									
										19
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								.travis.yml
									
									
									
									
									
								
							| @ -1,8 +1,19 @@ | ||||
| before_install: | ||||
|     - sudo apt-get -qq update | ||||
|     - sudo apt-get install -y libdbus-1-dev libx11-dev libxrandr-dev libxinerama-dev libxss-dev libxdg-basedir-dev libglib2.0-dev libpango1.0-dev libcairo2-dev libnotify-dev libgtk2.0-dev | ||||
| addons: | ||||
|   apt: | ||||
|     packages: | ||||
|     - libdbus-1-dev | ||||
|     - libx11-dev | ||||
|     - libxrandr-dev | ||||
|     - libxinerama-dev | ||||
|     - libxss-dev | ||||
|     - libxdg-basedir-dev | ||||
|     - libglib2.0-dev | ||||
|     - libpango1.0-dev | ||||
|     - libcairo2-dev | ||||
|     - libnotify-dev | ||||
|     - libgtk2.0-dev | ||||
| dist: trusty | ||||
| sudo: required | ||||
| sudo: false | ||||
| language: c | ||||
| script: make && make test | ||||
| compiler: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis