From 3c653a4c2127813a0d07c3ab2ad070a7ac510f06 Mon Sep 17 00:00:00 2001 From: Nils K Date: Thu, 25 Nov 2021 21:51:15 +0100 Subject: travis and codeclimate removed --- .codeclimate.yml | 3 --- .travis.yml | 9 --------- README.md | 2 -- 3 files changed, 14 deletions(-) delete mode 100644 .codeclimate.yml delete mode 100644 .travis.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 56c1d46..0000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,3 +0,0 @@ -plugins: - shellcheck: - enabled: true \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dbf345c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: bash -os: - - linux -before_install: - - sudo apt-get install -y imagemagick jhead -before_script: - - curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh -script: - - bash tests.sh \ No newline at end of file diff --git a/README.md b/README.md index d81b4e0..a98608e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # gallery.sh -[![Build Status](https://travis-ci.org/Cyclenerd/gallery_shell.svg?branch=master)](https://travis-ci.org/Cyclenerd/gallery_shell) - Bash Script to generate static web galleries. No server-side programs (i.e. PHP, MySQL) required. ## Overview -- cgit v1.2.3