Remove Travis CI references in `README.md`

This commit is contained in:
Sijawusz Pur Rahnama 2023-01-28 11:05:18 +01:00 committed by GitHub
parent 7be5af216e
commit 0efaed9091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -134,21 +134,6 @@ development_dependencies:
Build `bin/ameba` binary within your project directory while running `shards install`.
You may also want to use it on [Travis](travis-ci.org):
```yaml
# .travis.yml
language: crystal
install:
- shards install
script:
- crystal spec
- crystal bin/ameba.cr
```
Using this config Ameba will inspect files just after the specs run. Travis will also fail
the build if some problems detected.
### OS X
```sh