Skip to content

Commit f67f6f3

Browse files
taiki-ecramertj
authored andcommitted
Add test to .travis.yml
1 parent 9b9c3aa commit f67f6f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ matrix:
2323
- cargo update -Zminimal-versions
2424
- cargo test --all --all-features
2525

26+
# When updating this, the reminder to update the minimum required version in README.md.
27+
- name: cargo test (minimum required version)
28+
rust: nightly-2018-12-26
29+
2630
- name: cargo clippy
2731
rust: nightly
2832
script:

0 commit comments

Comments
 (0)