Commit Graph

7 Commits

Author SHA1 Message Date
Damien Arrachequesne
48fec45740 refactor: minor cleanup
- replace explicit types by <>
- remove unnecessary interface modifiers
2021-04-26 11:19:02 +02:00
Damien Arrachequesne
a4053e8645 test: cleanup URISyntaxException exceptions
Note: we cannot update the `IO.socket(uri: string)` method without
doing a breaking change.
2021-04-26 11:19:02 +02:00
Damien Arrachequesne
91c0a85c0f ci: migrate to GitHub Actions
Due to the recent changes to the Travis CI platform (see [1]), we will
now use GitHub Actions to run the tests.

Note: the certificate was updated because it failed with newer Node.js versions

```
_tls_common.js:129
      c.context.setCert(cert);
                ^

Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
    at Object.createSecureContext (_tls_common.js:129:17)
    at Server.setSecureContext (_tls_wrap.js:1328:27)
```

Reference: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven

[1]: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
2020-12-10 11:20:23 +01:00
nkzawa
9d6947a015 bump engine.io-client 2017-07-11 21:54:48 +09:00
nkzawa
e7cc10808c test: use TLSv1 for node 0.12 or higher 2016-06-13 22:38:15 +09:00
nkzawa
33a47da3f6 bump engine.io-client 2015-08-31 11:25:07 +09:00
nkzawa
d0039f7910 move package name 2015-08-31 03:23:03 +09:00