# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
# ╔╦╗╦═╗╔═╗╦ ╦╦╔═╗ ┬ ┬┌┬┐┬ #
|
# ║ ╠╦╝╠═╣╚╗╔╝║╚═╗ └┬┘││││ #
|
# o ╩ ╩╚═╩ ╩ ╚╝ ╩╚═╝o ┴ ┴ ┴┴─┘ #
|
# #
|
# This file configures Travis CI. #
|
# (i.e. how we run the tests... mainly) #
|
# #
|
# https://docs.travis-ci.com/user/customizing-the-build #
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
language: node_js
|
|
node_js:
|
- "10"
|
- "12"
|
- "14"
|
- "16"
|
|
branches:
|
only:
|
- master
|
|
notifications:
|
email:
|
- ci@sailsjs.com
|