Enable Travis, because why not

This commit is contained in:
Nemo 2020-03-30 00:24:35 +05:30
parent 9f0c9c5534
commit 220c1efa8d
1 changed files with 3 additions and 4 deletions

View File

@ -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