diff options
author | Billy Donahue <billydonahue@google.com> | 2015-08-31 14:08:44 (GMT) |
---|---|---|
committer | Billy Donahue <billydonahue@google.com> | 2015-08-31 14:08:44 (GMT) |
commit | e5c7bbae181e3351c8be26c52a9fa19c238aa4e8 (patch) | |
tree | 31d41cba5900762124674a51252c0808302f33ba /.travis.yml | |
parent | 520d30c035cdb14f074240ba0ef8dc3a3ac4dfbb (diff) | |
download | googletest-e5c7bbae181e3351c8be26c52a9fa19c238aa4e8.zip googletest-e5c7bbae181e3351c8be26c52a9fa19c238aa4e8.tar.gz googletest-e5c7bbae181e3351c8be26c52a9fa19c238aa4e8.tar.bz2 |
remove unused valgrind probe
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9ae5cb2..9d6df7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ install: - export PATH=/usr/local/bin:/usr/bin:${PATH} - echo ${CXX} - ${CXX} --version -- which valgrind addons: apt: sources: |