diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |