diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d79163f..a8bee0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ script: cache: cargo matrix: include: - - rust: nightly-2018-07-17 + - rust: nightly-2018-08-24 before_script: - rustup component add rustfmt-preview - rustup component add clippy-preview |