Travis is annoyingly unable to handle UDP6 sockets in linux newer than trusty.
This commit is contained in:
parent
01cf29472b
commit
2d1dbfddac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue