]> git.phdru.name Git - ppu.git/commitdiff
CI(Travis): Set default OS to `linux`, dist to `xenial`
authorOleg Broytman <phd@phdru.name>
Tue, 25 Feb 2020 20:22:40 +0000 (23:22 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 25 Feb 2020 20:22:40 +0000 (23:22 +0300)
Default dist is `xenial` anyway.

.travis.yml

index 68a214e35f2cb7b211df659d6f0377fa0f9d4143..649f8bf2a406e4dd92e8b8978fa22abad7e5b651 100644 (file)
@@ -1,3 +1,7 @@
+os: linux
+
+dist: xenial
+
 language: python
 
 python:
@@ -16,12 +20,10 @@ matrix:
   - python: "3.6"
     env: TOXENV=py36
   - python: "3.7"
-    dist: xenial
     env: TOXENV=py37
   - python: "2.7"
     env: TOXENV=py27-flake8
   - python: "3.7"
-    dist: xenial
     env: TOXENV=py37-flake8
 
 install: