Travis: use clang and gcc
This commit is contained in:
		@@ -43,11 +43,18 @@ install:
 | 
				
			|||||||
script:
 | 
					script:
 | 
				
			||||||
    - if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
 | 
					    - if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
compiler: clang
 | 
					 | 
				
			||||||
after_script:
 | 
					after_script:
 | 
				
			||||||
    - if [ -n "$COVERAGE" ]; then coveralls --gcov-options; fi
 | 
					    - if [ -n "$COVERAGE" ]; then coveralls --gcov-options; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					compiler:
 | 
				
			||||||
 | 
					    - clang
 | 
				
			||||||
 | 
					    - gcc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
matrix:
 | 
					matrix:
 | 
				
			||||||
 | 
					    # Don't build on OS X with gcc
 | 
				
			||||||
 | 
					    exclude:
 | 
				
			||||||
 | 
					      - os: osx
 | 
				
			||||||
 | 
					        compiler: gcc
 | 
				
			||||||
    # Add a gcov build
 | 
					    # Add a gcov build
 | 
				
			||||||
    include:
 | 
					    include:
 | 
				
			||||||
        - compiler: gcc
 | 
					        - compiler: gcc
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user