node-ipc/.travis.yml

20 lines
192 B
YAML

#OS
os:
- linux
- osx
#Travis having trouble with UDP6 sockets
dist: trusty
#node versions
language: node_js
node_js:
- 8
- 10
- 12
- 14
# safelist
branches:
only:
- master