Skip to content

Commit

Permalink
Merge pull request #178 from moorepants/moorepants-patch-1
Browse files Browse the repository at this point in the history
Ensure builds fail on errors
  • Loading branch information
moorepants committed Jan 16, 2019
2 parents 71a15fc + 4ca31ba commit 7a8d040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ install:
- ls
script:
- set -e
- pelican -s publishconf.py
- pelican --verbose --fatal errors -s publishconf.py
- if [[ -z "$TRAVIS_TAG" ]]; then
DEPLOY_DIR=".";
else
Expand Down

0 comments on commit 7a8d040

Please sign in to comment.