mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
Track shards and drop travis
This commit is contained in:
parent
824aa7eee9
commit
67009abc57
3 changed files with 18 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,5 +7,4 @@
|
|||
/.vscode/
|
||||
/instances
|
||||
/sentry
|
||||
shard.lock
|
||||
*.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 a new issue