From 71325be236015d780d46f59e29ebc1b5d4acf2e0 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 2 Apr 2020 20:20:55 +0530 Subject: [PATCH] move shards install to install stage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d2f4fb..6941f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ install: # Download hadolint binary and set it as executable - 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 +script: - crystal spec - crystal tool format --check - git ls-files --exclude='Dockerfile*' --ignored | xargs --max-lines=1 ${HADOLINT}