stdweb 0.1.3

A standard library for the client-side Web
Documentation
language: rust

dist: trusty
sudo: false

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

script:
  - rustup target add asmjs-unknown-emscripten
  - cargo install cargo-web
  - cargo web test --nodejs
  - cd examples/todomvc
  - cargo web build --release