[ci] Travis crystal fixes

master
Nemo 2 years ago
parent cfe5e60ecf
commit 707e66ba4b

@ -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
Loading…
Cancel
Save