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