Travis: Only run one online rust build, to reduce network errors

Part of 27252.
This commit is contained in:
teor
2018-08-23 17:23:38 +10:00
parent 99a2ecc795
commit b61d40c8a2
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (continuous integration):
- Only run one online rust build in Travis, to reduce network errors.
Implements ticket 27252.