Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Try preparing wasm with stable rust since build.sh uses cargo +stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz committed Jun 5, 2020
1 parent 1633db4 commit 3f92ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
before_install:
- rustup target add wasm32-unknown-unknown --toolchain stable
install:
- cargo build --target wasm32-unknown-unknown --release # ./build.sh needs target/wasm32-unknown-unknown/release/near_evm.wasm
- cargo build --target wasm32-unknown-unknown --release --toolchain stable # ./build.sh needs target/wasm32-unknown-unknown/release/near_evm.wasm
script:
- ./build.sh
- cargo test --lib

0 comments on commit 3f92ad6

Please sign in to comment.