aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2017-09-28 09:31:32 -0700
committerGitHub <noreply@github.com>2017-09-28 09:31:32 -0700
commit7c97aa95a1523da0158c6f444e33c7f556078bd7 (patch)
treeeca19f41a8a55eb20c1156225e051fab2bf9b282 /.travis.yml
parent55621a3e8c25f3add8c11989bf0c3eafee354025 (diff)
downloadgrpc-grpc-java-7c97aa95a1523da0158c6f444e33c7f556078bd7.tar.gz
thrift: Delete thrift
Thrift support is moved to https://github.com/grpc-ecosystem/grift
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 772d2ca12..4c210d6a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,6 @@ before_install:
install:
- ./gradlew assemble generateTestProto install
- pushd examples && ./gradlew build && popd
- - pushd examples/thrift && ./gradlew build && popd
- pushd examples && mvn verify && popd
before_script: