Merge pull request #215 from rustwasm/fix-appveyor-badge

fix(badge): fix appveyor
master
ashley williams 7 years ago committed by GitHub
commit 77fb9cd7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .appveyor.yml
  2. 3
      README.md

@ -8,7 +8,7 @@ install:
build: false
test_script:
- cargo test --locked
- cargo test --locked -- --test-threads 1
before_deploy:
- ps: |

@ -2,7 +2,8 @@
> Your favorite rust -> wasm workflow tool!
[![Build Status](https://travis-ci.org/rustwasm/wasm-pack.svg?branch=master)](https://travis-ci.org/rustwasm/wasm-pack)
[![Build status](https://ci.appveyor.com/api/projects/status/7jjuo5wewu9lyyfi?svg=true)](https://ci.appveyor.com/project/rustwasm/wasm-pack)
[![Build status](https://ci.appveyor.com/api/projects/status/iv1qtnqtv168ef8h?svg=true)](https://ci.appveyor.com/project/ashleygwilliams/wasm-pack-071k0)
This tool seeks to be a one-stop shop for building and working with rust-
generated WebAssembly that you would like to interop with JavaScript, in the

Loading…
Cancel
Save