diff options
| author | mo <mo.khan@gmail.com> | 2018-12-07 22:48:27 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-12-07 22:48:27 -0700 |
| commit | 1ebe17137e23c125801f838d46b14f55d4e2fc5c (patch) | |
| tree | f90d7ed8f25fa2cab3faf9bd3b781f7a5be7fd18 /.travis.yml | |
| parent | a9b7bcf3292354b18a751287e56ec04ba646d486 (diff) | |
start chrome in headless mode.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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 |
