From 707e66ba4bc596b887878a563eccb67f2adb5dfd Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 11 May 2021 15:01:10 +0530 Subject: [PATCH] [ci] Travis crystal fixes --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 765f0e9..66d816b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: crystal -# Uncomment the following if you'd like Travis to run specs and check code formatting -# script: -# - crystal spec -# - crystal tool format --check +crystal: + - latest + +script: + - crystal spec + - crystal tool format --check \ No newline at end of file