Skip to content

Commit 2bfcf14

Browse files
committed
cargo build is not needed
1 parent aaf4265 commit 2bfcf14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ matrix:
3030
- cargo fmt --all -- --check
3131
# activate Emscripten
3232
- source ./emsdk/emsdk_env.sh
33-
- cargo build
33+
# no need to run cargo build anymore
34+
# https://github.com/ethereumjs/rustbn.js/pull/36/files#r257229082
35+
#- cargo build
3436
- make

0 commit comments

Comments
 (0)