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

Commit

Permalink
Merge pull request #30 from benaryorg/master
Browse files Browse the repository at this point in the history
only deploy docs when tagged (fix #18)
  • Loading branch information
brson committed Aug 11, 2016
2 parents 8854a15 + b193cbf commit f4837ee
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit f4837ee

Please sign in to comment.