1language: rust 2rust: nightly 3sudo: false 4script: 5 - cargo build 6 - cargo test 7 - cargo doc --no-deps 8after_success: | 9 [ $TRAVIS_BRANCH = master ] && 10 [ $TRAVIS_PULL_REQUEST = false ] && 11 bash deploy-docs.sh 12notifications: 13 webhooks: http://huon.me:54857/travis 14