summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-12-07 22:48:27 -0700
committermo <mo.khan@gmail.com>2018-12-07 22:48:27 -0700
commit1ebe17137e23c125801f838d46b14f55d4e2fc5c (patch)
treef90d7ed8f25fa2cab3faf9bd3b781f7a5be7fd18 /.travis.yml
parenta9b7bcf3292354b18a751287e56ec04ba646d486 (diff)
start chrome in headless mode.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cf67db2..8738a97 100644
--- a/.travis.yml
+++ b/.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