Skip to content

Commit

Permalink
Try to enable Travis on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
linkmauve committed Jan 3, 2020
1 parent 0c27ede commit 0e001e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ rust:
- stable
- beta
- nightly
jobs:
include:
- arch: amd64
script: cargo test --verbose --all
- arch: arm64
script: cargo test --verbose --package sha1-asm --package sha2-asm
matrix:
allow_failures:
- rust: nightly
script: cargo test --verbose --all

0 comments on commit 0e001e7

Please sign in to comment.