mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Test against Crystal nightlies
This commit is contained in:
parent
bdeb6e3391
commit
41b31a9a3e
1 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,9 +1,22 @@
|
|||
language: crystal
|
||||
|
||||
crystal:
|
||||
- latest
|
||||
- nightly
|
||||
|
||||
jobs:
|
||||
allow_failures:
|
||||
- crystal: nightly
|
||||
|
||||
install:
|
||||
- shards install
|
||||
|
||||
script:
|
||||
- make test
|
||||
- crystal tool format --check
|
||||
- sed -i -e 's:<.*>::g' README.md
|
||||
- crystal docs
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
github_token: $GITHUB_TOKEN
|
||||
|
|
Loading…
Reference in a new issue