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 9, 2018
1 parent ce4b75f commit 2f60ae6
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 DMTN-065.pdf --upload --lsstdoc DMTN-065.tex --env=travis --ltd-product $PRODUCT"
env:
Expand Down

0 comments on commit 2f60ae6

Please sign in to comment.