You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: rust
|
|
rust: nightly
|
|
sudo: false
|
|
script:
|
|
- cargo build
|
|
- cargo test
|
|
- cargo doc --no-deps
|
|
after_success: |
|
|
[ $TRAVIS_BRANCH = master ] &&
|
|
[ $TRAVIS_PULL_REQUEST = false ] &&
|
|
bash deploy-docs.sh
|
|
notifications:
|
|
webhooks: http://huon.me:54857/travis
|