Skip to content

Commit 2d94f93

Browse files
committed
www.aleksey.com needs to fix their certificates
1 parent 6bb1628 commit 2d94f93

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
@@ -12,7 +12,7 @@ addons:
1212

1313
# Not sure how to install a more recent version of this
1414
before_install:
15-
- travis_retry wget -O /dev/stdout http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.20.tar.gz | tar xzv
15+
- travis_retry wget --no-check-certificate -O /dev/stdout http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.20.tar.gz | tar xzv
1616
- cd xmlsec1-1.2.20 && ./configure && make && sudo make install && sudo ldconfig && cd ..
1717

1818
install:

0 commit comments

Comments
 (0)