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 build
1 parent 3e83994 commit 6a1cc75Copy full SHA for 6a1cc75
.travis.yml
@@ -30,5 +30,7 @@ matrix:
30
- cargo fmt --all -- --check
31
# activate Emscripten
32
- source ./emsdk/emsdk_env.sh
33
- - cargo build
+ # no need to run cargo build anymore
34
+ # https://github.com/ethereumjs/rustbn.js/pull/36/files#r257229082
35
+ #- cargo build
36
- make
0 commit comments