From 207fb7dedd40160d0ceec0467a7025d654a50e37 Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Fri, 7 Sep 2018 14:46:08 -0500 Subject: [PATCH] [upgrade-py-node-build-versions] Now building with xenial and sudo so the 3.7 builds will complete, since that's the only way to use 3.7 on Travis-CI right now. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b15c15c0..f0c45024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: 3.7 env: TRAVIS_NODE_VERSION=10 +dist: xenial +sudo: true branches: only: - master