From d89b744c1a7c7cc0c94d78f3b70aedf215f2280b Mon Sep 17 00:00:00 2001 From: Peng Ye Date: Mon, 3 Dec 2018 13:26:27 -0800 Subject: [PATCH] remove php --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98bb0bf6..1042c7f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: - sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev - wget https://archive.apache.org/dist/thrift/0.9.1/thrift-0.9.1.tar.gz - tar xfz thrift-0.9.1.tar.gz - - cd thrift-0.9.1 && ./configure --without-cpp --without-c_glib --without-python --without-ruby --without-go --without-erlang --without-java && sudo make install && cd .. + - cd thrift-0.9.1 && ./configure --without-php --without-php_extension --without-cpp --without-c_glib --without-python --without-ruby --without-go --without-erlang --without-java && sudo make install && cd .. script: - test "${TRAVIS_TAG}" || ./gradlew check # only run check on non-tag build because of flaky tests