shard-ameba/.travis.yml

29 lines
395 B
YAML
Raw Normal View History

2017-10-26 16:46:58 +00:00
language: crystal
2020-05-05 11:39:43 +00:00
crystal:
- latest
- nightly
jobs:
allow_failures:
- crystal: nightly
install:
- shards install
script:
- make test
- crystal tool format --check
2017-11-14 23:02:07 +00:00
- sed -i -e 's:<.*>::g' README.md
- crystal docs
2020-05-05 11:39:43 +00:00
2017-11-14 23:02:07 +00:00
deploy:
provider: pages
github_token: $GITHUB_TOKEN
project_name: ameba
2020-03-29 17:35:18 +00:00
skip_cleanup: true
2017-11-14 23:02:07 +00:00
on:
branch: master
local_dir: docs
2018-03-08 17:20:44 +00:00
verbose: true