Skip to content

Commit

Permalink
Readded cron requirement for daily builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 21, 2019
1 parent 7acd162 commit 80e8673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -50,7 +50,9 @@ stages:
- name: gallery_dev
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
- name: docs_daily
if: type = cron
- name: gallery_daily
if: type = cron

jobs:
include:
Expand Down Expand Up @@ -147,7 +149,7 @@ jobs:
env: DESC="docs" CHANS_DEV="-c pyviz/label/dev" HV_DOC_HTML='true' HV_DOC_GALLERY='false' HV_REQUIREMENTS="doc"
script:
- bokeh sampledata
- nbsite generate-rst --org pyviz --project-name holoviews --offset 0 --skip ^reference
- nbsite generate-rst --org pyviz --project-name holoviews --skip ^reference
- nbsite build --what=html --output=builtdocs
after_success:
- pip install awscli
Expand Down

0 comments on commit 80e8673

Please sign in to comment.