diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2020-04-18 13:57:54 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2020-04-18 14:00:37 +0200 |
commit | ff866189643c8bac6e60e456973d805478b56091 (patch) | |
tree | b2cc5ae893cf1d5ff264ad304757a3f090e2b0f2 | |
parent | 982322ac7477ef3ab64efb4966f750d9c7d0f0b3 (diff) |
Resolve Travis configuration warnings
-rw-r--r-- | .travis.yml | 5 |
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 |