X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8d588273766675ece744f9b37c40483706f3a9d7..1bbb01b854d168d76ebe4bf78961c2152ae075d9:/.travis.yml

diff --git a/.travis.yml b/.travis.yml
index cb28deb..d594373 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
-sudo: required
 dist: xenial
 language: python
 cache: pip
@@ -34,6 +33,10 @@ matrix:
       python: 3.7
     - name: "3.8-dev"
       python: 3.8-dev
+  # aiohttp currently has a bug affecting 3.8
+  allow_failures:
+    - name: "3.8-dev"
+      python: 3.8-dev
 before_deploy:
   - pip install pyinstaller
   - pyinstaller --clean -F --add-data blib2to3/:blib2to3 black.py
@@ -46,5 +49,5 @@ deploy:
   skip_cleanup: true
   on:
     condition: $TRAVIS_PYTHON_VERSION == '3.6'
-    repo: ambv/black
+    repo: python/black
     tags: true