mirror of
https://github.com/askn/faker.git
synced 2023-08-10 21:13:01 +03:00
docs & TravisCI
This commit is contained in:
parent
83c938838b
commit
4b93db23d8
12
.travis.yml
12
.travis.yml
@ -1,8 +1,20 @@
|
||||
language: crystal
|
||||
|
||||
crystal:
|
||||
- latest
|
||||
- nightly
|
||||
|
||||
script:
|
||||
- crystal spec
|
||||
- crystal run examples/test.cr
|
||||
- crystal run examples/test2.cr
|
||||
- crystal docs
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
project_name: dialogflow-crystal
|
||||
on:
|
||||
branch: master
|
||||
local_dir: docs
|
||||
|
Loading…
Reference in New Issue
Block a user