diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1e97597..11da396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rust: - 1.32.0 matrix: include: - - rust: 1.31.0 # lock down for consistent rustfmt behavior + - rust: stable # not locked down or consistent, since allow_failures env: RUSTFMT install: - rustup component add rustfmt-preview |