From 4c398f791c1fd74ffa55008089abe7f49a0d6a9f Mon Sep 17 00:00:00 2001 From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de> Date: Tue, 3 Sep 2019 14:25:00 +0200 Subject: [PATCH] Revert "Try chrome as selenium driver" This reverts commit d243afcf8b6845a748641c2dcaf8bceab0ef23ec. --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebab126..0ae6601 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ addons: apt: packages: - openjdk-8-jre-headless - - chromium-chromedriver - cache: directories: @@ -82,20 +80,17 @@ jobs: env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE install: - moodle-plugin-ci install - - /usr/lib/chromium-browser/chromedriver --version - - chromium-browser --version script: - moodle-plugin-ci phpunit --coverage-clover - - moodle-plugin-ci behat --profile chrome + - moodle-plugin-ci behat # Unit tests and behat tests against full matrix. install: - moodle-plugin-ci install - - /usr/lib/chromium-browser/chromedriver --version - - chromium-browser --version + - script: - moodle-plugin-ci phpunit --coverage-clover - - moodle-plugin-ci behat --profile chrome + - moodle-plugin-ci behat after_success: - bash <(curl -s https://codecov.io/bash) -- GitLab