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
|
||||||
os:
|
os:
|
||||||
- linux
|
|
||||||
- osx
|
- osx
|
||||||
|
# Travis UDP6 not supported on linux, not even on loopback ::1 Super annoying.
|
||||||
#Travis having trouble with UDP6 sockets
|
# - linux
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
#node versions
|
#node versions
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
Loading…
Reference in a new issue