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>2020-01-02 20:24:39 +0300
committerAleksander Machniak <alec@alec.pl>2020-01-02 20:24:39 +0300
commit9a0e71ddeec660f727a20626bbf63cb8463787c0 (patch)
treef2a241f0bcd7fb72b492fd03e10c3cfa3669aa5c /.travis.yml
parent934382c91f34c2d5f85b694212c9505511e606c7 (diff)
Travis: Enable in-browser tests in phone and tablet mode
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 974443eb4..74dfff041 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,8 +31,7 @@ install:
- .ci/install.sh
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 .ci/setup.sh && vendor/bin/phpunit -c tests/Browser/phpunit.xml; fi
+ - .ci/run.sh
notifications:
email: false