shard-ameba/.travis.yml

16 lines
283 B
YAML

language: crystal
script:
- make test
- crystal tool format --check
- sed -i -e 's:<.*>::g' README.md
- crystal docs
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
project_name: ameba
on:
branch: master
local_dir: docs
verbose: true