diff --git a/.travis.yml b/.travis.yml index ffc7b6a..38f1d46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,4 @@ language: crystal +script: + - crystal spec + - crystal tool format --check