diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 15:03:23 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 15:03:23 -0700 |
commit | e9be1ed5f26a5bd9588f4aea7ec103cf053fd496 (patch) | |
tree | 626382575af9b6daaea1034c41e36f7dfd95abfd | |
parent | d57cecc3be92e583f1f41f5d649156eb4cbb4226 (diff) | |
download | PAKEs-e9be1ed5f26a5bd9588f4aea7ec103cf053fd496.tar.xz |
travis: need to install rustfmt component
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 827a4c9..e23b82e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ matrix: include: - rust: 1.29.0 # lock down for consistent rustfmt behavior env: RUSTFMT + install: + - rustup component add rustfmt-preview script: - cargo fmt -- --write-mode=diff allow_failures: |