mucell 0.1.14

A cell with the ability to mutate the value through an immutable reference when safe
language: rust
env:
  global:
    - secure: iH7/xrWdihEHIs0YW6mSz/ZhttrsseIGcywOiZSG/kEt2MfLa13iGSxX5yQ9kmEKwb/zdxxSMEfXvxEGDXaZ9xyD46EEEcmRpRWA7OefvG6OWm70CWFLDewvK/OGzT48c+lb+dh9+WVVxsLkOK9TFdZcWhX1vqeEKzuIFXA+BbY=
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc --verbose
after_script:
  - ln -s target/doc doc
  - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh