mirror of
https://github.com/iv-org/instances-api.git
synced 2024-10-01 04:35:38 -04:00
Track shards and drop travis
This commit is contained in:
parent
824aa7eee9
commit
67009abc57
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,4 @@
|
|||||||
/.vscode/
|
/.vscode/
|
||||||
/instances
|
/instances
|
||||||
/sentry
|
/sentry
|
||||||
shard.lock
|
|
||||||
*.dwarf
|
*.dwarf
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
language: crystal
|
|
||||||
# Uncomment the following if you'd like Travis to run specs and check code formatting
|
|
||||||
# script:
|
|
||||||
# - crystal spec
|
|
||||||
# - crystal tool format --check
|
|
18
shard.lock
Normal file
18
shard.lock
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: 2.0
|
||||||
|
shards:
|
||||||
|
exception_page:
|
||||||
|
git: https://github.com/crystal-loot/exception_page.git
|
||||||
|
version: 0.1.4
|
||||||
|
|
||||||
|
kemal:
|
||||||
|
git: https://github.com/kemalcr/kemal.git
|
||||||
|
version: 0.27.0+git.commit.bf9f627ac789d2ebe573629904f02beb9e4089d5
|
||||||
|
|
||||||
|
kilt:
|
||||||
|
git: https://github.com/jeromegn/kilt.git
|
||||||
|
version: 0.4.0
|
||||||
|
|
||||||
|
radix:
|
||||||
|
git: https://github.com/luislavena/radix.git
|
||||||
|
version: 0.3.9
|
||||||
|
|
Loading…
Reference in New Issue
Block a user