Fix indentation in travis.yml
Indentation in travis.yml was inconsistent, update it to consistently use 2 spaces. I considered using 4 spaces to be more consistent with the rest of the project but it looks too spaced out and doesn't suit YAML in my opinion.
This commit is contained in:
		
							parent
							
								
									74c3330669
								
							
						
					
					
						commit
						885245a1ed
					
				
							
								
								
									
										42
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								.travis.yml
									
									
									
									
									
								
							| @ -1,31 +1,31 @@ | ||||
| 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 | ||||
|     - libgtk-3-dev | ||||
|       - libdbus-1-dev | ||||
|       - libx11-dev | ||||
|       - libxrandr-dev | ||||
|       - libxinerama-dev | ||||
|       - libxss-dev | ||||
|       - libxdg-basedir-dev | ||||
|       - libglib2.0-dev | ||||
|       - libpango1.0-dev | ||||
|       - libcairo2-dev | ||||
|       - libnotify-dev | ||||
|       - libgtk-3-dev | ||||
| dist: trusty | ||||
| sudo: false | ||||
| language: c | ||||
| before_install: | ||||
|  - pip install --user cpp-coveralls | ||||
|   - pip install --user cpp-coveralls | ||||
| script: | ||||
|  - CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test | ||||
|  - coveralls | ||||
|   - CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test | ||||
|   - coveralls | ||||
| compiler: | ||||
|     - gcc | ||||
|     - clang | ||||
|   - gcc | ||||
|   - clang | ||||
| notifications: | ||||
|     irc: | ||||
|         channels: | ||||
|             - "chat.freenode.net#dunst" | ||||
|         on_success: change | ||||
|         on_failure: always | ||||
|   irc: | ||||
|     channels: | ||||
|       - "chat.freenode.net#dunst" | ||||
|     on_success: change | ||||
|     on_failure: always | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis