We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a421a3 commit 6e2859aCopy full SHA for 6e2859a
.travis.yml
@@ -68,6 +68,8 @@ script:
68
69
# run all feature except @first-run
70
- ./vendor/bin/behat -fprogress -p $BROWSER --strict --tags="~@first-run && ~@wip"
71
+addons:
72
+ chrome: stable
73
74
after_failure:
75
- IMGUR_CLIENT_ID=bec050c54e1bb52 ./bin/imgur-uploader.sh build/screenshot/*.png
composer.json
@@ -30,7 +30,7 @@
30
"sllh/php-cs-fixer-styleci-bridge": "~1.3",
31
"njoannidi/php-lint-bash": "dev-master",
32
"se/selenium-server-standalone": "^2.52",
33
- "enm1989/chromedriver": "^2.35",
+ "enm1989/chromedriver": "^2.36",
34
"bex/behat-screenshot": "^1.2"
35
},
36
"prefer-stable": true,
0 commit comments