summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-07-30 22:47:45 (GMT)
committerGennadiy Civil <misterg@google.com>2019-07-30 22:47:46 (GMT)
commit0647b90eebfbe98d7bba3aa700b65752c3695c79 (patch)
tree35da4d311646e1604e51224d1a617697cbd8f62e
parent4cd6e4d3593d8008b1bff9b6e59867e61b7a6adc (diff)
parent28e1dde2593c8f838ba3fc2a740a4add1bde9b94 (diff)
downloadgoogletest-0647b90eebfbe98d7bba3aa700b65752c3695c79.zip
googletest-0647b90eebfbe98d7bba3aa700b65752c3695c79.tar.gz
googletest-0647b90eebfbe98d7bba3aa700b65752c3695c79.tar.bz2
Merge pull request #2354 from kuzkry:trailing-whitespaces
PiperOrigin-RevId: 260782847
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index db199c8..6b4c5c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,9 @@ matrix:
include:
- os: linux
sudo: required
- before_install: chmod -R +x ./ci/*platformio.sh
+ before_install: chmod -R +x ./ci/*platformio.sh
install: ./ci/install-platformio.sh
- script: ./ci/build-platformio.sh
+ script: ./ci/build-platformio.sh
- os: linux
dist: xenial
compiler: gcc
@@ -29,7 +29,7 @@ matrix:
script: ./ci/build-linux-bazel.sh
- os: linux
compiler: gcc
- env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
+ env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 -Wgnu-zero-variadic-macro-arguments