From 67009abc5701d4918e1a59cc19bb929521b9967a Mon Sep 17 00:00:00 2001 From: Perflyst Date: Thu, 7 Jan 2021 20:56:14 +0100 Subject: [PATCH] Track shards and drop travis --- .gitignore | 1 - .travis.yml | 5 ----- shard.lock | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 .travis.yml create mode 100644 shard.lock 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 +