Skip to content

Commit b9bf10e

Browse files
Merge pull request #66 from appwrite/fix-urllib3-openssl-error
Update CI to use newer Ubuntu
2 parents 6a51064 + 2d42134 commit b9bf10e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
22

3+
dist: bionic
4+
35
python:
46
- "3.8"
57

@@ -17,4 +19,4 @@ jobs:
1719
username: "__token__"
1820
password: $PYPI_TOKEN
1921
on:
20-
tags: true
22+
tags: true

0 commit comments

Comments
 (0)