commit c52c51f1c0817353c6f5ad43b9347dffb7242125 parent 5db1e8b9c7416678c30d22124260f02aec30fcb1 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 19 May 2018 14:31:02 +0200 Try to fix travisCI tests Diffstat:
| M | .travis.yml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -6,6 +6,10 @@ language: node_js node_js: - "9" +before_install: + - # start your web application and listen on `localhost` + - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & + before_script: - npm install --global yarn - yarn global add @angular/cli