Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RustCrypto/universal-hashes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3bdf09475466a9c7b36ee59d8588fb0b3de8d4f6
Choose a base ref
..
head repository: RustCrypto/universal-hashes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d5a431a01c1bfb214eaaa11a047beaaa2d1736a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .travis.yml
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -27,11 +27,11 @@ matrix:
- name: "Rust: 1.32.0 (polyval)"
rust: 1.34.0
env: RUSTFLAGS="-Ctarget-cpu=sandybridge -Ctarget-feature=+sse2,+sse4.1"
script: cd polyval && cargo --no-default-features --release
script: cd polyval && cargo test --no-default-features --release --tests
- name: "Rust: stable (polyval)"
rust: stable
env: RUSTFLAGS="-Ctarget-cpu=sandybridge -Ctarget-feature=+sse2,+sse4.1"
script: cd polyval && cargo --no-default-features --release
script: cd polyval && cargo test --no-default-features --release --tests

# no_std build
- name: "Rust: stable (thumbv7em-none-eabihf)"