1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

3 commits

Author SHA1 Message Date
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