chore: update CI to run Travis + Linux + Chromium (#5583)

Our CI build has been incredibly flaky across all three of our current CIs:

* Appveyor: Chromium + Windows
* Travis: Firefox + Linux, Chromium + Linux
* Cirrus: Chromium + Linux, Chromium + Mac

Legitimate issues and errors have been missed because it's expected that the CI is red and therefore it's not seen as an issue when a PR's build fails.

We should have a build that covers the full combo of browsers and operating systems but it's more important to have a consistent, reliable green build where failures are genuine. So this commit strips our CI back to Chromium on Linux on Travis, and nothing more. Once this is stable we will expand out into more operating systems and bring back Firefox, too.
This commit is contained in:
Jack Franklin
2020-04-08 10:38:07 +01:00
committed by GitHub
parent 21c2d31523
commit 83d9d530ca
4 changed files with 15 additions and 71 deletions

8
travis/chromium.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
npm run lint &&
npm run coverage &&
npm run test-doclint &&
npm run test-types &&
npm run bundle &&
npm run unit-bundle