Skip to content

Commit

Permalink
Updated build to include wasm-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby committed Sep 10, 2018
1 parent 9e409f5 commit 9cb1a4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ before_install:
- rustup install nightly
- rustup target add wasm32-unknown-unknown --toolchain nightly
- rustup default nightly
- cd / && cargo install wasm-gc
- cwd=$(pwd -P)
- cd /
- cargo install wasm-gc
- cd $cwd

install:
- npm install
Expand Down

0 comments on commit 9cb1a4d

Please sign in to comment.