mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
17 lines
268 B
YAML
17 lines
268 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|
|
- "7"
|
|
os:
|
|
- linux
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install python3
|
|
- sudo apt-get install php5-cli
|
|
services:
|
|
- docker
|
|
notifications:
|
|
slack: pm2-nodejs:5Lolyw2LMnwy8fziqOGILQxG
|