Skip to content

Commit

Permalink
Merge pull request #293 from airbnb/peng-update-travis-thrift
Browse files Browse the repository at this point in the history
[travis] remove php in thrift
  • Loading branch information
deerzq authored Dec 3, 2018
2 parents 81ce8c0 + d89b744 commit 442e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 442e76e

Please sign in to comment.