]> git.phdru.name Git - ppu.git/blobdiff - .travis.yml
CI(Travis): Set default OS to `linux`, dist to `xenial`
[ppu.git] / .travis.yml
index d7b6ba603fff8fd92e6742da091072a7c0c93420..649f8bf2a406e4dd92e8b8978fa22abad7e5b651 100644 (file)
@@ -1,13 +1,6 @@
-# Config file for automatic testing at travis-ci.org
+os: linux
 
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
-  only:
-    - master
-
-# Prefer docker containers
-sudo: required
+dist: xenial
 
 language: python
 
@@ -27,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: