Skip to content

Commit aa7981c

Browse files
committedJan 31, 2017
Travis: run tests, not just build.
1 parent e8ece3e commit aa7981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
allow_failures:
1717
- rust: stable # until 1.15 comes out
1818
script:
19-
- cargo build --no-default-features --features "$FEATURES"
19+
- cargo test --no-default-features --features "$FEATURES"
2020
notifications:
2121
irc:
2222
channels:

0 commit comments

Comments
 (0)
Please sign in to comment.