From 81dc6e0a76dbbee103ea9624fd248160acecd601 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 2 Apr 2020 20:08:45 +0530 Subject: [PATCH] Run shards install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 549a6bc..5d2f4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ install: - curl -sL -o ${HADOLINT} "https://github.com/hadolint/hadolint/releases/download/v1.17.5/hadolint-$(uname -s)-$(uname -m)" && chmod 700 ${HADOLINT} script: + - shards install - crystal spec - crystal tool format --check - git ls-files --exclude='Dockerfile*' --ignored | xargs --max-lines=1 ${HADOLINT}