Skip to content

Commit fd9ae49

Browse files
authored
Fixing TravisCI apt connection timeouts
1 parent eb29493 commit fd9ae49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ addons:
99
- tesseract-ocr-fra
1010

1111
cache:
12-
apt: true
12+
apt: false
1313
pip: true
1414

1515
matrix:
1616
include:
17+
- os: linux
18+
dist: bionic
19+
python: 3.7
20+
env: TOXENV=py37
21+
name: "3.7 Bionic"
1722
- os: linux
1823
dist: xenial
1924
python: 2.7
@@ -39,11 +44,6 @@ matrix:
3944
python: 3.7
4045
env: TOXENV=pep8
4146
name: "3.7 Xenial pep8"
42-
- os: linux
43-
dist: bionic
44-
python: 3.7
45-
env: TOXENV=py37
46-
name: "3.7 Bionic"
4747

4848
before_install:
4949
# - sudo apt-get update

0 commit comments

Comments
 (0)