mopa 0.2.0

My Own Personal Any: get your own Any with additional functionality
Documentation
language: rust
rust:
  - nightly
  - beta
#env:
#  global:
#    - secure: TODO
script:
  - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features no_std; else ! cargo test --features no_std; fi
  - cargo test
#  - cargo doc
#after_script:
#  - ln -s target/doc doc
#  - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh