Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 2d3518f

Browse files
committed
travis.yml: download asio from github
01.org only accepts TLSv1.2 connections but Travis' Ubuntu Precise images don't support it. Signed-off-by: David Wagner <[email protected]>
1 parent d492194 commit 2d3518f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ install:
6363
# This version of catch is known to work.
6464
- wget --directory-prefix $PREFIX/include
6565
https://raw.github.com/philsquared/Catch/v1.2.1/single_include/catch.hpp
66-
- wget 'https://01.org/sites/default/files/asio-1.10.6.tar.gz'
67-
- tar xf asio-1.10.6.tar.gz -C $PREFIX --strip-components=1
66+
- wget -O asio-1.10.6.tar.gz https://github.com/chriskohlhoff/asio/archive/asio-1-10-6.tar.gz
67+
- tar xf asio-1.10.6.tar.gz -C $PREFIX --strip-components=2 asio-asio-1-10-6/asio
6868
# Current limitations on OSX builds: no testing, no client-simulator
6969
# (because we haven't found a straightforward way to have CMake find the
7070
# python libraries (find_package(PythonLibs)).

0 commit comments

Comments
 (0)