From 2d1dbfddac2d95913a3dfd332027043180443c06 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Tue, 23 Feb 2021 23:09:46 -0800 Subject: [PATCH] Travis is annoyingly unable to handle UDP6 sockets in linux newer than trusty. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbd0c88..674f429 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ os: - linux - osx -#Xenial does not support ipv6 on Travis -dist: focal +#Travis having trouble with UDP6 sockets +dist: trusty #node versions language: node_js