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.
cargo fmt
1 parent 7fc17a3 commit aece9bcCopy full SHA for aece9bc
.travis.yml
@@ -1,4 +1,4 @@
1
-dist: xenial
+dist: bionic
2
3
branches:
4
# We need to whitelist the branches which we want to have "push" automation.
@@ -15,6 +15,10 @@ matrix:
15
script:
16
- npm run $TEST_SUITE
17
18
+ - lanugage: rust
19
+ script:
20
+ - cargo fmt --all -- --check
21
+
22
- language: rust
23
#rust: "1.27.2"
24
#env: EMSDK_VERSION=sdk-1.38.21-64bit
@@ -27,8 +31,6 @@ matrix:
27
31
- ./emsdk/emsdk activate $EMSDK_VERSION
28
32
- rustup target add asmjs-unknown-emscripten
29
33
30
- # the useful way to run rustfmt
- - cargo fmt --all -- --check
34
# activate Emscripten
35
- source ./emsdk/emsdk_env.sh
36
# no need to run cargo build anymore
0 commit comments