Update .travis.yml
This commit is contained in:
		@@ -81,6 +81,11 @@ matrix:
 | 
				
			|||||||
      dist: bionic
 | 
					      dist: bionic
 | 
				
			||||||
      addons: *clang10
 | 
					      addons: *clang10
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
 | 
					     - env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=On
 | 
				
			||||||
 | 
					      os: linux
 | 
				
			||||||
 | 
					      dist: bionic
 | 
				
			||||||
 | 
					      addons: *clang10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
 | 
					  - if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user