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

23 lines
420 B

sudo: false
dist: trusty
language: rust
cache: cargo
rust:
- beta # Change this to stable when Rust 1.31.0 is out
branches:
only:
- master
before_script:
- (cargo install mdbook --vers 0.1.7 --force || true)
script:
- mdbook build
6 years ago
- echo 'nojekyll' > book/.nojekyll
deploy:
provider: pages
6 years ago
local-dir: book
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: false
on:
branch: master