Skip to content

Commit fc415dc

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ rust:
44
- beta
55
- nightly
66
matrix:
7+
include:
8+
- rust: nightly
9+
script: cd aesni && cargo test --verbose
710
allow_failures:
811
- rust: nightly
9-
script: cargo test --verbose --all
12+
script:
13+
- cargo test --verbose --all

0 commit comments

Comments
 (0)