Updated RegEx to include non-capturing group as per Travis CI logs

main
Vasile FLorin Vilsan 6 years ago
parent 5598c4bdf3
commit 3e166b69e6

@ -12934,7 +12934,7 @@
"PHPSESSID": "" "PHPSESSID": ""
}, },
"html": [ "html": [
"<link href=[\"']/dist/frontend-(.+)\\.css[\"'] rel=[\"']stylesheet[\"']>", "<link href=[\"']/dist/frontend-(?:.+)\\.css[\"'] rel=[\"']stylesheet[\"']>",
"<script>var onLoadList = \\[\\];</script>" "<script>var onLoadList = \\[\\];</script>"
], ],
"icon": "Rocket.svg", "icon": "Rocket.svg",

Loading…
Cancel
Save