Skip to content

Commit

Permalink
remove php
Browse files Browse the repository at this point in the history
  • Loading branch information
deerzq committed Dec 3, 2018
1 parent 81ce8c0 commit d89b744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit d89b744

Please sign in to comment.