Skip to content

Commit cab661f

Browse files
committed
Travis: allow failures on PyPy
Until travis-ci/travis-ci#5027 is resolved the builds on PyPy are going to fail because the Apache.org servers use HTTPS with SNI.
1 parent 49f3967 commit cab661f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ env:
1717
- SOLRCLOUD=false
1818
- SOLRCLOUD=true
1919

20+
matrix:
21+
allow_failures:
22+
- python: 'pypy'
23+
2024
addons:
2125
apt_packages:
2226
- default-jdk

0 commit comments

Comments
 (0)