From e3ff3e8635b5a732813227dfe277f671666674a5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 26 Jul 2017 19:59:57 +0100 Subject: [PATCH] Travis - test on Trusty (#708) As per [their blog post](https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming) they're making it the new default, best to be ahead of the curve. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0cb25c9..2c4da6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: false +dist: trusty language: python