Crirc/.travis.yml

15 lines
204 B
YAML

language: crystal
script:
- crystal spec
- crystal docs
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
project_name: Crirc
on:
branch: master
local_dir: docs