diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-09-05 17:45:48 +0200 |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-09-05 19:18:58 +0200 |
commit | be94bf501e649dfa6790b3cce2bbe300949b6e74 (patch) | |
tree | 31bc6da0655a440ecd477b18c0673727b64db0e2 | |
parent | 857ddeadebe4aa75efcee728651d0947a5a1065a (diff) | |
download | googletest-be94bf501e649dfa6790b3cce2bbe300949b6e74.tar.gz googletest-be94bf501e649dfa6790b3cce2bbe300949b6e74.tar.bz2 googletest-be94bf501e649dfa6790b3cce2bbe300949b6e74.zip |
remove unused variables from travis environment
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 417d2c51..27094676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ compiler: script: ./travis.sh env: matrix: - - SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF 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 + - BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11 notifications: email: false sudo: false |