sails-disk
Version:
Persistent local-disk (and/or memory) adapter for Sails.js / Waterline.
29 lines (23 loc) • 877 B
YAML
# # # # # # # # # # # # # # # # # # # # # # # # # # # #
╔╦╗╦═╗╔═╗╦ ╦╦╔═╗ ┬ ┬┌┬┐┬ #
║ ╠╦╝╠═╣╚╗╔╝║╚═╗ └┬┘││││ #
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:
- "12"
- "14"
- "16"
branches:
only:
- master
before_install:
- npm i -g npm@8.11.0
notifications:
email:
- ci@sailsjs.com