Test fewer old versions

This commit is contained in:
David Tolnay 2017-12-30 13:31:24 -05:00
parent bfd4562d74
commit 947385024d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ rust:
- stable
- nightly
- 1.15.0
- 1.16.0
- 1.17.0
- beta
matrix:

View File

@ -37,7 +37,7 @@ else
channel test
channel test --features preserve_order
for CHANNEL in stable 1.15.0 1.16.0 1.17.0 beta; do
for CHANNEL in stable 1.15.0 beta; do
channel clean
channel build
channel build --features preserve_order