2016-10-06 19:24:44 +11:00
|
|
|
#OS
|
|
|
|
os:
|
|
|
|
- osx
|
2021-02-24 18:19:05 +11:00
|
|
|
# Travis UDP6 not supported on linux, not even on loopback ::1 Super annoying.
|
|
|
|
# - linux
|
|
|
|
|
2021-02-24 18:05:48 +11:00
|
|
|
|
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
|