artifact 0.0.5

A logging library which allows settings to be specified through cargo features.
language: rust
after_success: |
    cargo doc --no-deps \
    && echo '<meta http-equiv=refresh content=0;url=artifact/index.html>' > target/doc/index.html && \
    sudo pip install ghp-import && \
    ghp-import -n target/doc && \
    git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages