xvfb-run --auto-servernum npm run test-browser fails weirdly on ci, removing

This commit is contained in:
Mathias Buus 2020-08-12 14:51:21 +02:00 committed by GitHub
parent 72d376d56f
commit 7b5f4e6944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,5 @@ cache:
script:
- npm test
- xvfb-run --auto-servernum npm run test-browser
- xvfb-run --auto-servernum npm run test-browser -- --browser chrome
- xvfb-run --auto-servernum npm run test-browser -- --browser firefox