WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Travis CI not working? #2364

Closed rtoy closed 3 years ago

rtoy commented 3 years ago

Describe the Issue See #2363.

Expected Result There should be two checks: one for IPR, and one from Travis building the spec, as you can see in #2360.

Actual Result I don't seen any Travis checks. However, the preview is done. (The preview is a bit confusing showing the candidate correction.)

Maybe it's time to fix #2357?

In addition, when I build the spec locally, there are still errors that should cause Travis to fail:

+LINE ~1155: No 'dfn' refs found for 'detached' with for='['BufferSource']'.
+LINE ~2521: No 'dfn' refs found for 'write'.
+LINE ~2573: No 'dfn' refs found for 'detached' with for='['BufferSource']'.
+LINE ~4385: No 'dfn' refs found for 'write'.
+LINE ~4385: No 'dfn' refs found for 'byte length' that are marked for export.
+LINE ~4440: No 'dfn' refs found for 'write'.
+LINE ~4440: No 'dfn' refs found for 'byte length' that are marked for export.
+LINE ~4482: No 'dfn' refs found for 'write'.
+LINE ~4517: No 'dfn' refs found for 'write'.
  ✔  Successfully generated, but fatal errors were suppressed
rtoy commented 3 years ago

Not sure what happened, but #2363 shows that Travis CI is running again, as does #2361.

Closing since Travis appears to be working again.