We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551dd0f commit 511f664Copy full SHA for 511f664
.travis.yml
@@ -16,6 +16,8 @@ matrix:
16
- npm run $TEST_SUITE
17
18
- language: rust
19
+ install:
20
+ - rustup component add rustfmt
21
script:
22
- cargo fmt --all -- --check
23
@@ -24,7 +26,6 @@ matrix:
24
26
#env: EMSDK_VERSION=sdk-1.38.21-64bit
25
27
env: EMSDK_VERSION=latest
28
install:
- #- rustup component add rustfmt
29
# install emsdk
30
- git clone https://github.com/emscripten-core/emsdk.git
31
- ./emsdk/emsdk install $EMSDK_VERSION
0 commit comments