mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Upgrade Travis CI dist from Trusty to Xenial
Trusty is unsupported since April 2019. Also, out of the box Trusty ships with Python 3.4, which means that we cannot replicate the CI in a docker container. Finally, the binaries produced in Trusty are more than twice the size of those produced in later releases. After testing this change, unfortunately the binary size remains too big. See https://discuss.overhang.io/t/size-of-tutor-16mb-built-on-my-machine-is-less-than-the-official-tutor-binary-37mb/714
This commit is contained in:
parent
a9907d7eb3
commit
e1f9637780
@ -4,7 +4,7 @@ matrix:
|
||||
- os: linux
|
||||
# We need an older version of python in order to have compatibility with
|
||||
# older versions of libc
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
python: 3.6
|
||||
services:
|
||||
- docker
|
||||
|
Loading…
Reference in New Issue
Block a user