Skip to content

Commit

Permalink
Merge pull request #5 from geocrystal/add-ameba
Browse files Browse the repository at this point in the history
add ameba
  • Loading branch information
mamantoha authored Mar 27, 2020
2 parents 8f9fd2c + 23585e7 commit 10b9e98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: crystal

crystal:
- latest
- nightly

script:
- crystal spec
- crystal tool format --check
- bin/ameba
- crystal docs

deploy:
Expand Down
4 changes: 4 additions & 0 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ description: |
crystal: 0.33.0

development_dependencies:
ameba:
github: crystal-ameba/ameba

license: MIT

0 comments on commit 10b9e98

Please sign in to comment.