Skip to content

Commit

Permalink
Crystal 0.25 support
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Jun 22, 2018
1 parent 545cf31 commit bf119c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/doc/
/libs/
/lib/
/.crystal/
/.shards/
/bin/


# Libraries don't need dependency lock
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: crystal
install:
- crystal deps
- shards install
script:
- crystal spec
- bin/ameba
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ license: MIT
development_dependencies:
ameba:
github: veelenga/ameba
version: 0.6.0
version: 0.7.0

0 comments on commit bf119c5

Please sign in to comment.