diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-26 20:33:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 20:33:22 -0400 |
| commit | 0c07f57ba54cfc06b6411846c017bc79cee4a33a (patch) | |
| tree | b825d4a4f9e3bf4a6eb987f1c43fe795c01df508 /.travis.yml | |
| parent | ce432438c8be147135f6c56bdd3229834bff2aa6 (diff) | |
| parent | 6b271b72d91ece90325b7d1691759d1c2b25707f (diff) | |
Merge pull request #13 from ojacobson/nightly-has-rustfmt
Revert to nightly.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index db31059..5e41e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: rust -# 2020-06-17 - nightly hasn't had rustfmt since 2020-06-10, so builds fail on -# that toolchain. We want to use it as far as is possible, though. rust: - - nightly-2020-06-10 + - nightly cache: cargo |
