diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 10668bf..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: crystal -install: - - shards install -script: - - crystal bin/ameba.cr diff --git a/shard.lock b/shard.lock index e28807d..c39314a 100644 --- a/shard.lock +++ b/shard.lock @@ -2,11 +2,11 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git - version: 0.13.4 + version: 1.0.0 crest: git: https://github.com/mamantoha/crest.git - version: 0.27.0 + version: 1.2.1 http-client-digest_auth: git: https://github.com/mamantoha/http-client-digest_auth.git @@ -14,5 +14,5 @@ shards: http_proxy: git: https://github.com/mamantoha/http_proxy.git - version: 0.8.0 + version: 0.9.0 diff --git a/shard.yml b/shard.yml index 37bfb95..8c59b54 100644 --- a/shard.yml +++ b/shard.yml @@ -2,7 +2,7 @@ name: vk0nline version: 2.0.0 authors: - - Alexander Popov + - Alexander Popov targets: src: @@ -15,8 +15,7 @@ dependencies: development_dependencies: ameba: github: crystal-ameba/ameba - version: ~> 0.13.0 -crystal: 1.1.1 +crystal: 1.4.1 license: MIT