Skip to content

Commit 4409026

Browse files
committed
Run crystal tool format --check in travis
1 parent 1d2c21c commit 4409026

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dry:
1414
- run: make
1515
- run: shards install
1616
- run: make test
17+
- run: crystal tool format --check
1718

1819
jobs:
1920
test:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ before_script: |
1212
1313
script:
1414
- make test
15+
- crystal tool format --check

0 commit comments

Comments
 (0)