diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-24 15:17:24 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-24 16:00:28 +0100 |
| commit | 96e4d5e6e150e461d379af9d22b118e7463f78ec (patch) | |
| tree | f3acee49a4b0dfcda8d8ea7841b2a85fbf7c97ba | |
| parent | 6fc679ad562126a8fda3cdd24ebcc3f409068d4b (diff) | |
| download | mullvadvpn-96e4d5e6e150e461d379af9d22b118e7463f78ec.tar.xz mullvadvpn-96e4d5e6e150e461d379af9d22b118e7463f78ec.zip | |
Print rustfmt version
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9f4dd6bb41..a60a9c0807 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_script: - (cargo install rustfmt || true) - export PATH=$HOME/.local/bin:$PATH - export PATH=$HOME/.cargo/bin:$PATH + - rustfmt --version script: - cargo build --verbose |
