Skip to content

Commit

Permalink
do not attempt to check tests for wasm32
Browse files Browse the repository at this point in the history
  • Loading branch information
srijs committed Nov 30, 2021
1 parent 2f90442 commit e1ce6b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ script:
then
rustup target add $CROSS_CHECK
cargo check --target $CROSS_CHECK
cargo check --tests --target $CROSS_CHECK
cargo check --target $CROSS_CHECK --no-default-features
elif [[ "$CROSS_TEST" ]]
then
Expand Down

0 comments on commit e1ce6b1

Please sign in to comment.