node-ipc/.travis.yml

21 lines
190 B
YAML
Raw Normal View History

2016-10-06 19:24:44 +11:00
#OS
os:
- linux
- osx
#Xenial does not support ipv6 on Travis
dist: focal
2016-10-06 19:24:44 +11:00
#node versions
2016-10-06 18:57:05 +11:00
language: node_js
node_js:
2017-07-13 15:32:04 +10:00
- 8
2020-11-12 07:46:57 +11:00
- 10
- 12
- 14
2016-10-06 19:10:54 +11:00
# safelist
branches:
only:
- master