You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trpl-zh-cn/.travis.yml

22 lines
338 B

sudo: false
dist: trusty
language: rust
cache: cargo
rust:
- nightly
branches:
only:
- master
before_script:
- (cargo install mdbook --vers 0.1.7 --force || true)
script:
- mdbook build
deploy:
provider: pages
local-dir: book
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: false
on:
branch: master