From 51759307d75a09730bc9cc7b0375e93b2fec7be8 Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Thu, 22 Jun 2017 18:09:29 +0200 Subject: [PATCH] Try updating to trusty Currently about 1min of build time is spent updating libssl... maybe it's newer on trusty? --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d2577661..5de7165c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ python: - "pypy" - "pypy3" +dist: trusty +sudo: false + branches: only: - master @@ -31,4 +34,4 @@ script: - python ./setup.py bdist_dumb after_success: - coveralls + coveralls \ No newline at end of file