Skip to content

Commit f4b70ba

Browse files
author
Paul Kernfeld
committed
Actually cargo test --tests for 1.27.2
1 parent de9edf3 commit f4b70ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matrix:
33
include:
44
- rust: 1.27.2
55
script:
6-
- cargo test --lib
6+
- cargo test --tests
77
- rust: stable
88
script:
99
- cargo test

0 commit comments

Comments
 (0)