Skip to content

Commit cbe3706

Browse files
sullismeiliang86
authored andcommitted
Travis CI: use 'https' instead of 'http' (#420)
1 parent 742d4cc commit cbe3706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
before_install:
99
- pushd /tmp
10-
- wget http://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
10+
- wget https://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
1111
- tar xfz thrift-0.9.3.tar.gz
1212
- cd thrift-0.9.3
1313
- ./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

Comments
 (0)