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
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
#Xenial does not support ipv6 on Travis
|
#Travis having trouble with UDP6 sockets
|
||||||
dist: focal
|
dist: trusty
|
||||||
|
|
||||||
#node versions
|
#node versions
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
Loading…
Reference in a new issue