Skip to content

Commit

Permalink
Test i128 feature on stable and beta as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 8, 2018
1 parent 01f062e commit e35aacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ language: rust
matrix:
include:
- rust: stable
- FEATURES="i128"
- rust: beta
- FEATURES="i128"
- rust: nightly
env:
- FEATURES="i128"
Expand Down

0 comments on commit e35aacd

Please sign in to comment.