Skip to content

Commit

Permalink
Only build docs on cron and dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 20, 2019
1 parent 6a49711 commit 71a56e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -42,6 +42,7 @@ stages:
- name: pip_package
if: tag =~ ^v(\d+|\.)*[^a-z]\d*$
- name: docs_dev
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
- name: docs_daily
if: type = cron

Expand Down Expand Up @@ -138,8 +139,6 @@ jobs:
<<: *default
stage: docs_dev
env: DESC="docs" CHANS_DEV="-c pyviz/label/dev" HV_DOC_HTML='true' HV_DOC_GALLERY='false' HV_REQUIREMENTS="doc"
services:
- xvfb
script:
- bokeh sampledata
- nbsite generate-rst --org pyviz --project-name holoviews --offset 0 --skip ^reference
Expand All @@ -151,9 +150,7 @@ jobs:
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
region: eu-west-1
bucket: "build.holoviews.org"
on:
all_branches: true
bucket: "dev.holoviews.org"

- <<: *doc_build
stage: docs_daily
Expand Down

0 comments on commit 71a56e1

Please sign in to comment.