aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-09-05 17:45:48 +0200
committerHerbert Thielen <thielen@hs-worms.de>2017-09-05 19:18:58 +0200
commitbe94bf501e649dfa6790b3cce2bbe300949b6e74 (patch)
tree31bc6da0655a440ecd477b18c0673727b64db0e2 /.travis.yml
parent857ddeadebe4aa75efcee728651d0947a5a1065a (diff)
downloadgoogletest-be94bf501e649dfa6790b3cce2bbe300949b6e74.tar.gz
googletest-be94bf501e649dfa6790b3cce2bbe300949b6e74.tar.bz2
googletest-be94bf501e649dfa6790b3cce2bbe300949b6e74.zip
remove unused variables from travis environment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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