Add build config

dev
Alberto Restifo 2020-04-19 13:52:13 +02:00
parent 9a7ec44b66
commit 4a740a627e
2 changed files with 15 additions and 6 deletions

15
.build.yml Normal file
View File

@ -0,0 +1,15 @@
image: alpine/edge
packages:
- crystal
sources:
- https://git.sr.ht/~arestifo/crystal-cbor
tasks:
- lint: |
cd crystal-cbor
crystal tool format --chec
- test: |
cd crystal-cbor
crystal spec

View File

@ -1,6 +0,0 @@
language: crystal
# Uncomment the following if you'd like Travis to run specs and check code formatting
# script:
# - crystal spec
# - crystal tool format --check