Commit graph

3 commits

Author SHA1 Message Date
Claudio Bley
1a0c82201f CI: Also run on macos-latest
Make the `test/run` script compatible to the ancient Bash version on macos.

```
test/run: line 56: conditional binary operator expected
```

Also, run `set -e` only for Bash >= 4. Otherwise the shell silently exits with
a failure when a command (expectedly) fails.

fix bogus test failure with Bash 3.2 on macos
2022-02-28 09:15:18 +01:00
Claudio Bley
d6d7cd76b7 Add script to check colorls flags
Fixes #488.
2022-02-18 11:33:17 +01:00
Claudio Bley
74adb532bf
Create ruby.yml
Use Github actions for CI

Integration with Travis CI (org) is broken for a few months already, and travis-ci.org is going to be shut down in favor of travis-ci.com which does not allow builds on macos freely.
2021-05-06 11:43:41 +02:00