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 330ba82 commit 770f5ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 LDM-152.pdf --upload --lsstdoc LDM-152.tex --env=travis --ltd-product $PRODUCT"
env:
Expand Down

0 comments on commit 770f5ab

Please sign in to comment.