From 43f1ef226d7278ddb9c62eef8ec5ee8e14642f6d Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 17 Jul 2020 12:34:45 +1200 Subject: [PATCH] Try chrome in travis behat tests. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25cb9a0..2a57613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: install: - moodle-plugin-ci install - - docker run -d -p 127.0.0.1:4444:4444 --net=host --shm-size=2g -v $HOME/build/moodle:$HOME/build/moodle selenium/standalone-firefox:2.53.1 + - docker run -d -p 127.0.0.1:4444:4444 --net=host --shm-size=2g -v $HOME/build/moodle:$HOME/build/moodle selenium/standalone-chrome:3 script: - moodle-plugin-ci phplint @@ -48,4 +48,4 @@ script: - moodle-plugin-ci grunt - moodle-plugin-ci phpdoc - moodle-plugin-ci phpunit - - moodle-plugin-ci behat \ No newline at end of file + - moodle-plugin-ci behat --profile chrome \ No newline at end of file