From 100013b34c40573f0fab276b904f9936f046afba Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 2 Aug 2022 17:32:01 +1200 Subject: [PATCH] MNT Standardise modules --- .travis.yml | 30 ------------------------------ README.md | 6 +++--- 2 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9cc77a7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -language: php - -dist: precise - -sudo: false - -matrix: - include: - - php: 5.3 - env: DB=PGSQL CORE_RELEASE=3.4 - - php: 5.4 - env: DB=PGSQL CORE_RELEASE=3.5 - - php: 5.5 - env: DB=PGSQL CORE_RELEASE=3.6 - - php: 5.6 - env: DB=PGSQL CORE_RELEASE=3 - - php: 7.0 - env: DB=PGSQL CORE_RELEASE=3 - - php: 7.1 - env: DB=PGSQL CORE_RELEASE=3 - -before_script: - - composer self-update || true - - phpenv rehash - - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - - cd ~/builds/ss - -script: - - vendor/bin/phpunit framework/tests diff --git a/README.md b/README.md index 046cd57..ffb5b38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PostgreSQL Module Module -[![Build Status](https://travis-ci.org/silverstripe/silverstripe-postgresql.png?branch=master)](https://travis-ci.org/silverstripe/silverstripe-postgresql) +[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/) ## Maintainer Contact @@ -8,7 +8,7 @@ ## Requirements -* SilverStripe 3.0 +* Silverstripe 3.0 * PostgreSQL 8.3.x or greater must be installed * PostgreSQL <8.3.0 may work if T-Search is manually installed * Known to work on OS X Leopard, Windows Server 2008 R2 and Linux @@ -16,7 +16,7 @@ ## Installation 1. Install via composer `composer require silverstripe/postgresql 1.2.*-dev` or extract the contents - so they reside as a `postgresql` directory inside your SilverStripe project code + so they reside as a `postgresql` directory inside your Silverstripe project code 2. Open the installer by browsing to install.php, e.g. http://localhost/silverstripe/install.php 3. Select PostgreSQL in the database list and enter your database details