Merge pull request #765 from leonklingele/docker-travis-warnings

docker,travis: fail build on any warning
This commit is contained in:
Omar Roth
2019-09-24 20:51:12 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- shards update
- shards install
install:
- crystal build --error-on-warnings src/invidious.cr
- crystal build --warnings all --error-on-warnings src/invidious.cr
script:
- crystal tool format --check
- crystal spec