From 9c290d14463b56b28536be793d87f31c5c32a33c Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Fri, 15 Mar 2019 10:16:02 -0700 Subject: [PATCH 1/2] update a copyright number --- test/test_plugin_baseline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_plugin_baseline.py b/test/test_plugin_baseline.py index 4f12f90..52d3a0c 100644 --- a/test/test_plugin_baseline.py +++ b/test/test_plugin_baseline.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2019 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From ecbc0cbbbb7b7a20c8eb7af2ddefd4e81db00ad4 Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Fri, 15 Mar 2019 10:17:19 -0700 Subject: [PATCH 2/2] update protoc version --- .travis.yml | 6 +++--- test/test_plugin_baseline.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef2dfef..491e777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ python: - "3.5" - "3.6" before_script: - - wget https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip -O /tmp/protoc.tar.gz - - unzip -o /tmp/protoc.tar.gz -d protoc-3.3.0 - - export PATH=$PATH:$PWD/protoc-3.3.0/bin + - wget https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip -O /tmp/protoc.tar.gz + - unzip -o /tmp/protoc.tar.gz -d protoc-3.6.1 + - export PATH=$PATH:$PWD/protoc-3.6.1/bin - git clone https://github.com/googleapis/googleapis.git install: pip install codecov tox-travis script: tox test/test_plugin_baseline.py diff --git a/test/test_plugin_baseline.py b/test/test_plugin_baseline.py index 52d3a0c..4f12f90 100644 --- a/test/test_plugin_baseline.py +++ b/test/test_plugin_baseline.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.