File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ before_script:
17
17
- |
18
18
(which cargo-install-update && cargo install-update cargo-update) || cargo install cargo-update &&
19
19
(which cargo-prune && cargo install-update cargo-prune) || cargo install cargo-prune
20
- - rustup component add rustfmt-preview
20
+ - rustup component add rustfmt
21
21
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include; fi
22
22
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib; fi
23
23
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export DEP_OPENSSL_INCLUDE=`brew --prefix openssl`/include; fi
24
24
script :
25
25
- if [ "${TRAVIS_RUST_VERSION}" = stable ]; then
26
26
(
27
27
set -x;
28
- cargo fmt -- --write-mode=diff
28
+ cargo fmt
29
29
);
30
30
fi
31
31
- cargo test --verbose --release
You can’t perform that action at this time.
0 commit comments