Commit Graph

4 Commits

Author SHA1 Message Date
Matt Brictson f1ad06f42a
Ignore apt-get 404 errors that were breaking CI for Ruby < 2.3 (#2124) 2023-03-25 14:33:48 -07:00
Matt Brictson 7317689001
Fix failing Ruby 2.0 CI build (#2116)
The following warning was preventing libssl from being installed, which
is a prerequisite for the Ruby 2.0 build in CI:

```
WARNING: The following packages cannot be authenticated!
  libssl-dev libssl1.0.0
```

Fix by passing `--force-yes` to ignore the warning.
2022-11-28 18:37:59 -08:00
Matt Brictson cc4f31fdfc
Install newer SSH client to fix CI for old Rubies (#2106) 2022-03-19 13:29:16 -07:00
Matt Brictson 5fe49bd6ea
Switch from Travis to Circle CI (#2100) 2022-01-09 11:21:33 -08:00