mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Merge pull request #348 from crystal-ameba/Sija-patch-2
Remove Travis CI references from `README.md`
This commit is contained in:
commit
2c044f8179
1 changed files with 0 additions and 15 deletions
15
README.md
15
README.md
|
@ -134,21 +134,6 @@ development_dependencies:
|
||||||
|
|
||||||
Build `bin/ameba` binary within your project directory while running `shards install`.
|
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
|
### OS X
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue