Files
cli/vendor/id-arena/.travis.yml

23 lines
592 B
YAML

language: rust
sudo: false
cache:
- cargo
matrix:
include:
- name: "test"
rust: stable
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-readme || cargo install --vers "^3" cargo-readme)
- cargo install-update -a
script:
- cargo test
- cargo test --features rayon
- name: "check no_std"
rust: stable
script:
- rustup target add x86_64-unknown-none
- cargo check --no-default-features --target x86_64-unknown-none