Browse Source

Use chrome for behat tests.

nwp90-nwp90-allsessionsreport
Dan Marsden 5 years ago
parent
commit
bf19c5001b
  1. 5
      .travis.yml

5
.travis.yml

@ -7,7 +7,8 @@ services:
addons: addons:
postgresql: "9.5" postgresql: "9.5"
firefox: "47.0.1" chrome: stable
apt: apt:
packages: packages:
- openjdk-8-jre-headless - openjdk-8-jre-headless
@ -53,4 +54,4 @@ script:
- moodle-plugin-ci grunt - moodle-plugin-ci grunt
- moodle-plugin-ci phpdoc - moodle-plugin-ci phpdoc
- moodle-plugin-ci phpunit - moodle-plugin-ci phpunit
- moodle-plugin-ci behat - moodle-plugin-ci behat --profile chrome
Loading…
Cancel
Save