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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
649 B

8 years ago
language: node_js
node_js:
- "node"
8 years ago
before_install:
- rvm install 2.6.2
8 years ago
- gem install awesome_bot
before_script:
script:
5 years ago
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git diff origin/master -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md && if [ -f temp.md ; then node tests/test.js temp.md; else (exit 0); fi else node tests/test.js temp.md; fi'
5 years ago
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then if [ -f temp.md ]; then awesome_bot temp.md --allow-redirect --skip-save-results; else (exit 0); fi else awesome_bot README.md --allow-redirect --skip-save-results; fi'
8 years ago
notifications:
email: false
branches:
only:
- master