From 220c1efa8db8108071e46faeaf625a324bbc6866 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 30 Mar 2020 00:24:35 +0530 Subject: [PATCH] Enable Travis, because why not --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 765f0e9..227f158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: crystal -# Uncomment the following if you'd like Travis to run specs and check code formatting -# script: -# - crystal spec -# - crystal tool format --check +script: + - crystal spec + - crystal tool format --check