diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index feb02ab73..000000000 --- a/.travis.yml +++ /dev/null @@ -1,59 +0,0 @@ -dist: trusty -sudo: required -language: php - -addons: - apt: - packages: - - parallel - hosts: - - govcms8.local - -branches: - only: - # Only run Travis on major branches (1.x, 8.x-5.x etc) to avoid double builds - - /^\d\.x(-\d\.x)?(-\S*)?$/ - -cache: - bundler: true - apt: true - directories: - - "$HOME/.composer/cache" - -php: - - 7.3 - - 7.4 - -matrix: - allow_failures: - - php: 7.4 - fast_finish: true - -before_install: - # Tweak PHP configuration. - - echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - - echo 'max_execution_time = 180' >> govcms.php.ini; - - echo 'sendmail_path = /bin/true' >> govcms.php.ini; - - phpenv config-add govcms.php.ini - - phpenv config-rm xdebug.ini || echo "xdebug not available" - - phpenv rehash - - # Composer - - composer self-update - - composer --version - - # Validate composer.json file. - - composer validate composer.json --no-check-all --ansi --no-interaction - -install: - # Add Composer's local bin directory to the PATH. - - export PATH="$HOME/.composer/vendor/bin:$TRAVIS_BUILD_DIR/bin:$PATH" - - # composer install should fail on bad patches. - - export COMPOSER_EXIT_ON_PATCH_FAILURE=1 - - # Install GovCMS codes. - - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer --verbose install - -script: - - ls -D $TRAVIS_BUILD_DIR diff --git a/README.md b/README.md index c778a16e2..10d49433f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # govCMS8 govCMS8 logo -[![Build Status](https://travis-ci.org/govCMS/govCMS8.svg?branch=1.x)](https://travis-ci.org/govCMS/govCMS8) - govCMS8 is the Drupal 8-specific version of the govCMS distribution. [govCMS](https://www.govcms.gov.au) is an open source web content management and hosting service, based on Drupal and developed to help agencies create modern, affordable and responsive websites, whilst making it easier to collaborate and innovate. govCMS also helps reduce the technology and compliance burden on government agencies. GovCMS is managed by the Australian Government Department of Finance.