remove unused variables from travis environment
This commit is contained in:
		@@ -36,8 +36,8 @@ compiler:
 | 
				
			|||||||
script: ./travis.sh
 | 
					script: ./travis.sh
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  matrix:
 | 
					  matrix:
 | 
				
			||||||
    - SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=Debug VERBOSE=1
 | 
					    - BUILD_TYPE=Debug VERBOSE=1
 | 
				
			||||||
    - SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
 | 
					    - BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
 | 
				
			||||||
notifications:
 | 
					notifications:
 | 
				
			||||||
  email: false
 | 
					  email: false
 | 
				
			||||||
sudo: false
 | 
					sudo: false
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user