We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742d4cc commit cbe3706Copy full SHA for cbe3706
.travis.yml
@@ -7,7 +7,7 @@ env:
7
8
before_install:
9
- pushd /tmp
10
- - wget http://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
+ - wget https://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
11
- tar xfz thrift-0.9.3.tar.gz
12
- cd thrift-0.9.3
13
- ./configure --enable-libs=no --enable-tests=no --enable-tutorial=no --with-cpp=no --with-c_glib=no --with-java=yes --with-ruby=no --with-erlang=no --with-go=no --with-nodejs=no
0 commit comments