From 0efaed9091ee6f5d0087cd31523fc3996e0620bc Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Sat, 28 Jan 2023 11:05:18 +0100 Subject: [PATCH] Remove Travis CI references in `README.md` --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index d4e37770..e853d88c 100644 --- a/README.md +++ b/README.md @@ -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