From bf19c5001b7f2d1d19e2939efa8874db760130f0 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 17 Jun 2020 14:28:37 +1200 Subject: [PATCH] Use chrome for behat tests. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 439a37e..20691a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ services: addons: postgresql: "9.5" - firefox: "47.0.1" + chrome: stable + apt: packages: - openjdk-8-jre-headless @@ -53,4 +54,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