[go: up one dir, main page]

spin 0.1.4

Synchronization primitives based on spinning. They may contain data, They are usable without `std` and static initializers are available.
language: rust

notifications:
  email:
    on_success: never
    on_failure: always

env:
  global:
    secure: GjE/J8MBUhiL3cRHDgYl11kKL3fqN7sJpP/UTPm3TcW9JN7B9uU9rs7XUcnLh4MTcTN2RpRk8ktpYFI4X6NzhWcF4cCdQSYGIebguz7X71ErYgYR+tI8wryOCKlAb6irqAse0vPQHurdu9W0MLUIq+WyJduK57z3pRnoQKwyg6A=

script:
- cargo build --features std
- cargo test --features std
- cargo build
- cargo test
- cargo doc --no-deps
- rustdoc --test README.md -L target/debug

after_success:
- .travis/publish_doc.sh