Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2020-04-18 13:57:54 +0200
committerArthur de Jong <arthur@arthurdejong.org>2020-04-18 14:00:37 +0200
commitff866189643c8bac6e60e456973d805478b56091 (patch)
treeb2cc5ae893cf1d5ff264ad304757a3f090e2b0f2
parent982322ac7477ef3ab64efb4966f750d9c7d0f0b3 (diff)
Resolve Travis configuration warnings
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 436ddfb..c0f779b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: python
+os: linux
+dist: xenial
cache: pip
-sudo: false
python:
- 2.7
- 3.4
@@ -9,7 +10,7 @@ python:
- 3.7
- 3.8
- pypy
-matrix:
+jobs:
include:
- python: 2.6
dist: trusty