From 772109a0de3fae9b68ce3a7f502f9f954e73008b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 15 Nov 2019 17:59:16 +0000 Subject: [PATCH] feat(travis): update distro to ubuntu 18.04 bionic (#2587) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78dea169d..bb94b8033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -dist: xenial +dist: bionic node_js: - 10