Skip to content

Commit

Permalink
don't build ddocs except for tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Jul 6, 2017
1 parent a48c7fe commit fc5f4cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ install:
- chmod +x doveralls
script:
- dub test -b unittest-cov
- dub build -b ddox
- ./doveralls
before_deploy:
- dub build -b ddox
deploy:
provider: pages
skip_cleanup: true
local_dir: docs
github_token: $GITHUB_TOKEN
on:
branch: master
tags: true

0 comments on commit fc5f4cc

Please sign in to comment.