Added Chrome to TravisCI config

This commit is contained in:
n1474335 2018-12-30 00:02:41 +00:00
parent b631e3fef6
commit f7707faece

View file

@ -1,6 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- node - node
addons:
chrome: stable
install: npm install install: npm install
before_script: before_script:
- npm install -g grunt - npm install -g grunt