Remove Linux distribution from Travis config.
Trusty is quite old and Xenial is the default. We should be fine not giving any distribution. This will give us a more recent OpenSSL version.
This commit is contained in:
@@ -19,8 +19,6 @@ rust:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
dist: "trusty" # we need python3-pip
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|||||||
Reference in New Issue
Block a user