From 7a9e73e48fd39d6a504f87a041ee83e47db3a43c Mon Sep 17 00:00:00 2001 From: Brad Dutton Date: Fri, 23 Apr 2021 12:20:49 -0700 Subject: [PATCH] no more travis ci --- .travis.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 39db0e99..00000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: php - -jobs: - include: - - os: linux - dist: bionic - php: 7.4 - - os: linux - dist: xenial - php: 5.6 - -branches: - only: - - 3.0.x - - 3.1.x - - master - - /^travis\/.*$/ - -notifications: - email: false - -services: - - mysql - -before_install: - - sudo apt-get update -qq - - sudo apt-get install -qq graphicsmagick imagemagick php-gd ffmpeg git-core - -before_script: - - mysql -e 'create database gallery3; create database gallery3_test;' - - cat `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` | sed -e "s/short_open_tag = Off/short_open_tag = On/ig" > `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - - php ./installer/index.php - -script: - - 'php index.php test'