diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-06-23 13:37:14 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-06-23 11:13:14 +0000 |
commit | e4e0218edef0c0401649ce80562eacb6820e213e (patch) | |
tree | 6a0d49243ed2ddf82e16533fb575a896fb78e066 /.travis.yml | |
parent | 43c0ad6ea9d2467ccf867a310c4f1e30f5b627c6 (diff) | |
download | alacritty-e4e0218edef0c0401649ce80562eacb6820e213e.tar.gz alacritty-e4e0218edef0c0401649ce80562eacb6820e213e.zip |
Run rustfmt on sr.ht
This should provide more clear feedback whether rustfmt
job is failed or not.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 504b4a50..1d55f0ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,6 @@ matrix: os: windows env: CLIPPY=true rust: 1.41.0-x86_64-pc-windows-msvc - - name: "Rustfmt" - os: linux - env: RUSTFMT=true - rust: nightly - name: "Windows 1.41.0" os: windows rust: 1.41.0-x86_64-pc-windows-msvc |