Skip to content

Commit

Permalink
Trying doc-upload final time.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjquinn committed Mar 31, 2019
1 parent 4ba886d commit e8e6dd3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Expand Up @@ -42,7 +42,8 @@ matrix:
- |
cargo doc --verbose &&
cargo bench &&
cp -r target/criterion target/doc/benchmarks
cp -r target/criterion target/doc/benchmarks &&
cargo doc-upload
addons:
apt:
packages:
Expand All @@ -58,15 +59,5 @@ script: |
cargo test --verbose -- --test-threads 1 &&
cargo doc --verbose
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: target/doc
keep_history: true
on:
branch: master
env: $NAME='nightly-publish'

notifications:
email: false

0 comments on commit e8e6dd3

Please sign in to comment.