Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 4e99b4f

Browse files
alexreaperhulk
authored andcommitted
Install rustfmt in travis so binding errors are comprehensible (#70)
1 parent 25b450b commit 4e99b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
else
2222
cargo install --force cargo-xbuild
2323
fi
24-
- rustup component add rust-src
24+
- rustup component add rust-src rustfmt
2525

2626
script:
2727
- ./tests/run_tests.py

0 commit comments

Comments
 (0)