Yet another attempt

This commit is contained in:
Alex Crichton 2018-12-22 10:16:42 -08:00
parent 6137648bc8
commit d7adf5fa33

View File

@ -10,10 +10,8 @@ matrix:
- cargo doc --no-deps
deploy:
provider: script
script:
- curl -O https://raw.githubusercontent.com/alexcrichton/rust-travis-deploy/master/travis-deploy.rs
- rustc travis-deploy.rs
- (cd target/doc && ../../travis-deploy)
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
skip_cleanup: true
on:
branch: master
script: