Skip to content

Commit

Permalink
Move Lander to script phase
Browse files Browse the repository at this point in the history
Ensures that a build is marked as a failure if the landing page is not
deployed.
  • Loading branch information
jonathansick committed Feb 12, 2018
1 parent e1e6717 commit 80151ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,6 @@ before_install:
script:
# Compile PDF using containerized lsst-texmf
- "docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make'"
after_success:
# Deploy website. See https://github.com/lsst-sqre/lander for CLI options
- "lander --pdf ${PRODUCT}.pdf --upload --lsstdoc ${PRODUCT}.tex --env=travis --ltd-product $PRODUCT --docushare-url $DOCUSHAREURL"
env:
Expand Down

0 comments on commit 80151ff

Please sign in to comment.