Skip to content

Commit eaf6689

Browse files
committed
added aesni to travis config
1 parent 33ff45a commit eaf6689

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ rust:
44
- beta
55
- nightly
66
matrix:
7+
include:
8+
- env: TARGET=x86_64-unknown-linux-gnu
9+
rust: nightly
10+
script: cd aesni && cargo test --verbose
711
allow_failures:
812
- rust: nightly
9-
script: cargo test --verbose --all
13+
script:
14+
- cargo test --verbose --all

0 commit comments

Comments
 (0)