Skip to content

Commit 46ebf5d

Browse files
committed
Install rustfmt
1 parent 4d23acb commit 46ebf5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ matrix:
1616
- npm run $TEST_SUITE
1717

1818
- language: rust
19+
install:
20+
- rustup component add rustfmt
1921
script:
2022
- cargo fmt --all -- --check
2123

@@ -24,7 +26,6 @@ matrix:
2426
#env: EMSDK_VERSION=sdk-1.38.21-64bit
2527
env: EMSDK_VERSION=latest
2628
install:
27-
#- rustup component add rustfmt
2829
# install emsdk
2930
- git clone https://github.com/emscripten-core/emsdk.git
3031
- ./emsdk/emsdk install $EMSDK_VERSION

0 commit comments

Comments
 (0)