diff options
author | nodiscc <nodiscc@gmail.com> | 2023-01-31 14:10:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 14:10:07 +0000 |
commit | 794490c2bc3056463a5da864accbe719f63b4839 (patch) | |
tree | 2a027dcd19b0a3d17171ee2ff88620aca17335bd /.travis.yml | |
parent | Add Takahē to Social Networking and Forum software (#3471) (diff) | |
download | awesome-selfhosted-794490c2bc3056463a5da864accbe719f63b4839.tar.gz awesome-selfhosted-794490c2bc3056463a5da864accbe719f63b4839.zip |
tools: remove obsolete test tooling + add CI badge (#3555)
* tools: remove obsolete test tooling
- tests should now be performed from https://github.com/awesome-selfhosted/awesome-selfhosted-data#maintenance
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1852
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2266
* add a badge pointing to the main issue about unmaintained projects/dead links removal
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2266
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1259a4f5..00000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: node_js - -node_js: - - "node" - -cache: - npm: false - -before_install: - - rvm install 2.6.2 - - gem install awesome_bot - - sudo apt update && sudo apt install python3-pip python3-setuptools - - cd tests && npm install chalk && cd .. - -script: - - 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi' - - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi' - -notifications: - email: false |