Commit 1ebe171

mo <mo.khan@gmail.com>
2018-12-08 05:48:27
start chrome in headless mode.
1 parent a9b7bcf
Changed files (1)
.travis.yml
@@ -9,6 +9,8 @@ addons:
   chrome: stable
 rvm:
   - 2.5.3
+before_install:
+  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
 install:
   - nvm install node
   - npm install -g yarn