diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-09-08 07:15:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 07:15:19 -0400 |
commit | def0b32119e1b531446a3f8a1b6b636296a74479 (patch) | |
tree | 3aa4b540ae6e8e7db689b2ca2197c6f4a4381e4c | |
parent | 894cdb82cb2a1141bde8710a67ea4c5325d1d202 (diff) | |
parent | 8620328bcae4d753bf8bee6a46b01b4e77613934 (diff) | |
download | googletest-def0b32119e1b531446a3f8a1b6b636296a74479.tar.gz googletest-def0b32119e1b531446a3f8a1b6b636296a74479.tar.bz2 googletest-def0b32119e1b531446a3f8a1b6b636296a74479.zip |
Merge pull request #1254 from aninf-wo/hethi/cleanup-travis-environment
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 fa25abea..418720fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,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=Release VERBOSE=1 CXX_FLAGS=-std=c++11 + - BUILD_TYPE=Debug VERBOSE=1 + - BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 notifications: email: false sudo: false |