machinepack-process
Version:
Work with child procs and the running process.
27 lines (22 loc) • 844 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:
- "4"
- "6"
- "8"
- "node"
branches:
only:
- master
notifications:
email:
- ci@sailsjs.com