beanstalkc 0.2.6

Yet another simple Beanstalkd client for Rust.
Documentation
language: rust
script:
  - cargo test

after_success: |
  cargo doc \
  && echo '<meta http-equiv=refresh content=0;url=beanstalkd/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
notifications:
  email: false