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

16 lines
296 B

language: shell
9 years ago
cache:
directories:
- "$HOME/.cargo/bin"
9 years ago
before_install:
- curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly --profile=minimal
- export PATH="$HOME/.cargo/bin:$PATH"
9 years ago
install:
- cargo install -Z install-upgrade mdbook
8 years ago
script:
- mdbook test