From 3415aaf3c92c874e001697099512fb4b816313a6 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 17 Jun 2020 19:35:58 +1200 Subject: [PATCH] use default browser for tests. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20691a1..e58f286 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ services: addons: postgresql: "9.5" - chrome: stable apt: packages: @@ -54,4 +53,4 @@ script: - moodle-plugin-ci grunt - moodle-plugin-ci phpdoc - moodle-plugin-ci phpunit - - moodle-plugin-ci behat --profile chrome \ No newline at end of file + - moodle-plugin-ci behat \ No newline at end of file