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 7916a2c commit 07774ceCopy full SHA for 07774ce
.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