Test i128 feature on stable and beta as well

This commit is contained in:
David Tolnay 2018-09-08 12:11:55 -07:00
parent 01f062e16c
commit e35aacd5cb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@ language: rust
matrix:
include:
- rust: stable
- FEATURES="i128"
- rust: beta
- FEATURES="i128"
- rust: nightly
env:
- FEATURES="i128"