commit 4e22a08b855adb1e5f380c84c00890ca13fe0fcb parent a9af4c081b7f1765f7ba426c81398191815239ba Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 20 May 2018 11:38:20 +0200 Try to fix e2e on TravisCI Diffstat:
| M | .travis.yml | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -10,11 +10,9 @@ node_js: - 8 - 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: + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start - yarn global add @angular/cli script: