diff --git a/.gitignore b/.gitignore index 6145751..5256417 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ /.vscode/ /instances /sentry -shard.lock *.dwarf diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bc4c4ca..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/shard.lock b/shard.lock new file mode 100644 index 0000000..7bc1fe3 --- /dev/null +++ b/shard.lock @@ -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 +