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
This commit is contained in:
parent
2d1dbfddac
commit
c82afb34b5
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue