This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
https://reddit.com/r/selfhosted
20 lines
368 B
20 lines
368 B
language: node_js
|
|
|
|
node_js:
|
|
- "node"
|
|
|
|
before_install:
|
|
- rvm install 2.2
|
|
- gem install awesome_bot
|
|
- gem install danger
|
|
|
|
before_script:
|
|
|
|
script:
|
|
- git diff master.. -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md || (exit 0)
|
|
- node test.js temp.md
|
|
- awesome_bot temp.md --allow-redirect || (exit 0)
|
|
- danger --verbose
|
|
|
|
notifications:
|
|
email: false
|
|
|