projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e541f35
)
travis-ci: Switch to bionic
author
Guido Günther
<agx@sigxcpu.org>
Mon, 28 Oct 2019 16:05:43 +0000
(17:05 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Tue, 29 Oct 2019 09:53:38 +0000
(10:53 +0100)
Need to drop python 3.4 for that since it's not available on bionic.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 9eee95c80fcd491f773363d66c8fe0a1ab37d58d..90584befc137e043f59ca23cca3e176ccfbcb870 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,16
+4,11
@@
language: python
services:
- docker
+dist: bionic
python:
- - "3.4"
- - "3.5"
- "3.6"
-matrix:
- include:
- - python: 3.7
- dist: xenial
- sudo: true
+ - 3.7
before_install:
- sudo apt-get -qq update