From 0429196a7c0111e002b6e83f83c84fb350244f5f Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 25 Dec 2018 14:02:16 -0500 Subject: [PATCH] No need for xenial target when everything is xenial. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b04c6235f..c0a1c1512 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ matrix: - py.test --cov=graphql_compiler graphql_compiler/tests - name: "Python 3.7 unit tests" python: '3.7' - dist: xenial sudo: true script: - py.test --cov=graphql_compiler graphql_compiler/tests