cleanup
This commit is contained in:
		
							parent
							
								
									0608e2d3e0
								
							
						
					
					
						commit
						77e6af0593
					
				
					 1 changed files with 12 additions and 2 deletions
				
			
		
							
								
								
									
										14
									
								
								.travis.yml
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								.travis.yml
									
										
									
									
									
								
							|  | @ -3,15 +3,26 @@ language: cpp | ||||||
| sudo: false | sudo: false | ||||||
| 
 | 
 | ||||||
| compiler: | compiler: | ||||||
|  |   - clang | ||||||
|   - gcc |   - gcc | ||||||
| 
 | 
 | ||||||
| env: | env: | ||||||
|   - COMPILER=g++-4.9 |   - COMPILER=g++-4.9 | ||||||
|   - COMPILER=g++-5 |   - COMPILER=g++-5 | ||||||
|   - COMPILER=g++-mingw-w64-i686 |  | ||||||
|   - COMPILER=clang-3.6 |   - COMPILER=clang-3.6 | ||||||
|   - COMPILER=clang-3.7 |   - COMPILER=clang-3.7 | ||||||
| 
 | 
 | ||||||
|  | matrix: | ||||||
|  |   exclude: | ||||||
|  |     - compiler: clang | ||||||
|  |       env: COMPILER=g++-4.9 | ||||||
|  |     - compiler: clang | ||||||
|  |       env: COMPILER=g++-5 | ||||||
|  |     - compiler: gcc | ||||||
|  |       env: COMPILER=clang-3.6 | ||||||
|  |     - compiler: gcc | ||||||
|  |       env: COMPILER=clang-3.7 | ||||||
|  | 
 | ||||||
| addons: | addons: | ||||||
|   apt: |   apt: | ||||||
|     sources: |     sources: | ||||||
|  | @ -22,7 +33,6 @@ addons: | ||||||
|     packages: |     packages: | ||||||
|     - g++-4.9 |     - g++-4.9 | ||||||
|     - g++-5 |     - g++-5 | ||||||
|     - g++-mingw-w64-i686 |  | ||||||
|     - clang-3.6 |     - clang-3.6 | ||||||
|     - clang-3.7 |     - clang-3.7 | ||||||
|     - valgrind |     - valgrind | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue