Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no-check-certificate - seems necessary to build on travis.
Browse files Browse the repository at this point in the history
mfrasca committed Aug 1, 2016
1 parent a450f75 commit 7c54939
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
@@ -10,7 +10,7 @@ before_install:
- export PKG_CONFIG_PATH=$VIRT_ROOT/lib/pkgconfig
- pip install pip --upgrade
# PyCairo
- wget http://www.cairographics.org/releases/py2cairo-1.10.0.tar.bz2
- wget http://www.cairographics.org/releases/py2cairo-1.10.0.tar.bz2 --no-check-certificate
- tar xf py2cairo-1.10.0.tar.bz2
- cd py2cairo-1.10.0
- ./waf configure --prefix=$VIRT_ROOT > /dev/null

0 comments on commit 7c54939

Please sign in to comment.