From 93e934f4cab4b2c26fd12caad7ff270ea4f5d366 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 11 Jul 2021 09:33:34 +0200 Subject: [PATCH] Get rid of Travis CI --- .ci/config-test.inc.php | 30 ---------------------------- .ci/install.sh | 36 ---------------------------------- .ci/run.sh | 31 ----------------------------- .ci/setup.sh | 30 ---------------------------- .github/config-test.inc.php | 2 +- .htaccess | 2 +- .travis.yml | 39 ------------------------------------- README.md | 1 - 8 files changed, 2 insertions(+), 169 deletions(-) delete mode 100644 .ci/config-test.inc.php delete mode 100755 .ci/install.sh delete mode 100755 .ci/run.sh delete mode 100755 .ci/setup.sh delete mode 100644 .travis.yml diff --git a/.ci/config-test.inc.php b/.ci/config-test.inc.php deleted file mode 100644 index 2cba28441..000000000 --- a/.ci/config-test.inc.php +++ /dev/null @@ -1,30 +0,0 @@ - skins/elastic/styles/styles.min.css -lessc --clean-css="--s1 --advanced" skins/elastic/styles/print.less > skins/elastic/styles/print.min.css -lessc --clean-css="--s1 --advanced" skins/elastic/styles/embed.less > skins/elastic/styles/embed.min.css - -# Use minified javascript files -bin/jsshrink.sh - -# Install proper WebDriver version for installed Chrome browser -php tests/Browser/install.php $CHROMEVERSION - -# GreenMail server download, setup and start -wget https://repo1.maven.org/maven2/com/icegreen/greenmail-standalone/$GMV/greenmail-standalone-$GMV.jar \ - && (sudo java $GMARGS -jar greenmail-standalone-$GMV.jar &) \ - && sleep 5 diff --git a/.github/config-test.inc.php b/.github/config-test.inc.php index 2cba28441..406fb3614 100644 --- a/.github/config-test.inc.php +++ b/.github/config-test.inc.php @@ -1,6 +1,6 @@ diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c29c456a8..000000000 --- a/.travis.yml +++ /dev/null @@ -1,39 +0,0 @@ -language: php - -dist: xenial -sudo: false - -matrix: - fast_finish: true - include: - #- php: 5.5 - # dist: trusty - #- php: 5.6 - #- php: 7.0 - # env: CODE_COVERAGE=1 - #- php: 7.1 - #- php: 7.2 - #- php: 7.3 - # dist: bionic # for proper node-less version - # env: BROWSER_TESTS=1 - # addons: - # chrome: stable - #- php: 7.4 - - php: 8.0 - dist: bionic # for proper node-less version - env: BROWSER_TESTS=1 - addons: - chrome: stable - -cache: - directories: - - $HOME/.composer - -install: - - .ci/install.sh - -script: - - .ci/run.sh - -notifications: - email: false diff --git a/README.md b/README.md index 3c8a371f9..9b6ca6a08 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Roundcube Webmail ================= [roundcube.net](https://roundcube.net) -[![Build Status](https://api.travis-ci.org/roundcube/roundcubemail.svg?branch=master)](https://travis-ci.org/roundcube/roundcubemail) [![Tests Status](https://github.com/roundcube/roundcubemail/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/roundcube/roundcubemail/actions/workflows/tests.yml) ATTENTION