From d57c0603f673a93a073a493824c7b945ad4c4ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 29 Oct 2020 13:29:42 +0200 Subject: [PATCH] Drop Travis CI integration --- .travis.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b3807719c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,41 +0,0 @@ -language: php - -php: - - 7.4 - - 7.3 - - 7.2 - - 7.1 - - 7.0 - -env: - - XHGUI_SAVE_HANDLER=mongodb - - XHGUI_SAVE_HANDLER=pdo XHGUI_PDO_DSN="mysql:host=localhost;dbname=xhgui" XHGUI_PDO_USER=root - - XHGUI_SAVE_HANDLER=pdo XHGUI_PDO_DSN="sqlite:/tmp/xhgui.sqlite3" - - XHGUI_SAVE_HANDLER=pdo XHGUI_PDO_DSN="pgsql:dbname=xhgui user=postgres password=" - -jobs: - allow_failures: - - php: 7.4 - # Allow pdo jobs to fail. Env match must be exact - # https://docs.travis-ci.com/user/build-matrix/#excluding-jobs-with-env-value - - env: XHGUI_SAVE_HANDLER=pdo XHGUI_PDO_DSN="mysql:host=localhost;dbname=xhgui" XHGUI_PDO_USER=root - - env: XHGUI_SAVE_HANDLER=pdo XHGUI_PDO_DSN="sqlite:/tmp/xhgui.sqlite3" - - env: XHGUI_SAVE_HANDLER=pdo XHGUI_PDO_DSN="pgsql:dbname=xhgui user=postgres password=" - include: - - php: 7.2 - env: COVERAGE=1 - -services: - - mongodb - - mysql - - postgresql - -cache: - directories: - - $HOME/.composer/cache - -install: - - .travis/install.sh - -script: - - .travis/run.sh