From c82afb34b504e1ff9204c01d457ba645aa7935da Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Tue, 23 Feb 2021 23:19:05 -0800 Subject: [PATCH] Travis UDP6 not supported on linux, not even on loopback ::1 Super annoying. Will need to find a way to make this work or another CI --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 674f429..9654d29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ #OS os: - - linux - osx - -#Travis having trouble with UDP6 sockets -dist: trusty +# Travis UDP6 not supported on linux, not even on loopback ::1 Super annoying. +# - linux + #node versions language: node_js