Skip to content

Commit

Permalink
cargo build is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Feb 19, 2019
1 parent 3e83994 commit 6a1cc75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ matrix:
- cargo fmt --all -- --check
# activate Emscripten
- source ./emsdk/emsdk_env.sh
- cargo build
# no need to run cargo build anymore
# https://github.com/ethereumjs/rustbn.js/pull/36/files#r257229082
#- cargo build
- make

0 comments on commit 6a1cc75

Please sign in to comment.