language: rust rust: - 1.29.1 cache: cargo: true timeout: 1200 addons: apt: packages: - unzip before_install: - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt-preview clippy-preview - cargo deadlinks --version || cargo install cargo-deadlinks script: ./ci.sh