Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

only deploy docs when tagged (fix #18) #30

Merged
merged 1 commit into from Aug 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,11 @@ script:
travis-cargo build &&
travis-cargo test &&
travis-cargo --only nightly doc
after_success:
- travis-cargo --only nightly doc-upload
deploy:
provider: script
script: travis-cargo --only nightly doc-upload
on:
tags: true
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
Expand Down