Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-29 14:33:37 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-29 14:33:37 +0300
commit7ebc159780fdad049ec3242e41374b08f48fe03d (patch)
tree09f99352a6f2c0bcf302c848d7ab3117f2d26f1e /.travis.yml
parent0ea8e9c2898f1ac9e77d8061f314db398059eba4 (diff)
Travis: Remove in-browser tests
Yeah, we'd need to setup a test account on some IMAP server which would be publicly available. I'm not sure we can do that. Also, we'd need to add config-tests.inc.php file and maybe use sqlite database.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 35a9df7c8..75a8d6fa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,9 +14,6 @@ matrix:
env: CODE_COVERAGE=1
- php: 7.2
- php: 7.3
- env: BROWSER_TESTS=1
- addons:
- chrome: stable
- php: 7.4
cache:
@@ -26,13 +23,11 @@ cache:
install:
- if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi
- cp composer.json-dist composer.json
- - if [ "$BROWSER_TESTS" = 1 ]; then composer require "laravel/dusk:~5.7.0" --no-update; fi
- composer remove endroid/qr-code --no-update
- composer install --prefer-dist
script:
- if [ "$CODE_COVERAGE" = 1 ]; then CODE_COVERAGE_ARGS="--coverage-text"; fi; vendor/bin/phpunit -c tests/phpunit.xml $CODE_COVERAGE_ARGS
- - if [ "$BROWSER_TESTS" = 1 ]; then vendor/bin/phpunit -c tests/Browser/phpunit.xml; fi
notifications:
email: false