shard-ameba/.travis.yml
2018-03-11 20:00:12 +02:00

17 lines
357 B
YAML

language: crystal
script:
- make test
- sed -i -e 's:<.*>::g' README.md
- crystal docs
deploy:
# https://github.com/travis-ci/travis-ci/issues/9312#issuecomment-371590249
edge:
branch: v1.8.47
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
project_name: ameba
on:
branch: master
local_dir: docs
verbose: true