Skip to content

Commit

Permalink
Fix Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcsmith committed Jun 15, 2018
1 parent e4fde1f commit 97f1c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- checkout
- run:
name: "Install dependencies"
command: crystal deps
command: shards install
- run:
name: "Check formatting"
command: crystal tool format src spec --check
Expand Down
1 change: 1 addition & 0 deletions shard.yml
Expand Up @@ -15,6 +15,7 @@ dependencies:
github: crystal-lang/crystal-db
pg:
github: will/crystal-pg
version: ~> 0.15
habitat:
github: luckyframework/habitat

Expand Down

0 comments on commit 97f1c65

Please sign in to comment.