raw 0.0.4

Utilities for unsafely manipulating raw representations in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14

language: rust

env:
  global:
    - secure: HekQdhkBW6lI1E8FWp3j3lIy16+MKyCznnddhD+5nzWiYOFupAx0WqrcNritC9K9PlNnhDfNFwQPTr4kpsOj4cDhdvxG487zJYCN0QrQ/8ArBO5AJ8nCxCKnhHTVjhBljkUVr886GTBGW0swXy5HX/DlAq8X5h52fuQwB6N3Q5Y=

script:
- cargo build
- cargo test
- cargo doc

after_script:
- if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" = 'false' ]; then mv target/doc . && (curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh)