[ci] Travis crystal fixes

This commit is contained in:
Nemo 2021-05-11 15:01:10 +05:30
parent cfe5e60ecf
commit 707e66ba4b
1 changed files with 6 additions and 4 deletions

View File

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