mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 12:52:20 +08:00
remove travis ci
This commit is contained in:
parent
a6183c57ed
commit
81618b8a7d
22
.travis.yml
22
.travis.yml
@ -1,22 +0,0 @@
|
|||||||
sudo: false
|
|
||||||
dist: trusty
|
|
||||||
language: rust
|
|
||||||
cache: cargo
|
|
||||||
rust:
|
|
||||||
- 1.44.0
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
before_script:
|
|
||||||
- (cargo install mdbook --vers 0.4.1 --force || true)
|
|
||||||
script:
|
|
||||||
- mdbook build
|
|
||||||
- echo 'nojekyll' > book/.nojekyll
|
|
||||||
deploy:
|
|
||||||
provider: pages
|
|
||||||
local-dir: book
|
|
||||||
skip-cleanup: true
|
|
||||||
github-token: $GITHUB_TOKEN
|
|
||||||
keep-history: false
|
|
||||||
on:
|
|
||||||
branch: master
|
|
Loading…
Reference in New Issue
Block a user