try dist:xenial
This commit is contained in:
parent
43bf219735
commit
d893f7d39a
|
@ -1,7 +1,8 @@
|
||||||
# we don't actually need sudo, but that kicks us onto GCE, which means
|
# we don't actually need sudo, but that kicks us onto GCE, which means
|
||||||
# "group: edge" will get us Ubuntu 16.04 LTS (bionic)
|
# "group: edge" will let us get Ubuntu 14.04 LTS (xenial)
|
||||||
sudo: true
|
sudo: true
|
||||||
group: edge
|
group: edge
|
||||||
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
before_cache:
|
before_cache:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user