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.
nomicon/.travis.yml

14 lines
267 B

language: shell
cache: cargo
before_install:
- curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly --profile=minimal
- export PATH="$HOME/.cargo/bin:$PATH"
before_script:
- (cargo install mdbook --force || true)
script:
- mdbook test