Skip to content

Commit b033461

Browse files
authored
Merge pull request #537 from ashawley/jekyll-zero-exit
Fix Jekyll exit status for Travis
2 parents 4231a5a + b49dfb1 commit b033461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ install:
1616
- bundle install
1717

1818
script:
19-
- bundle exec jekyll build
19+
- bundle exec jekyll build 2> error.log
20+
- cat >&2 error.log
21+
- ( ! grep -qie Error error.log )

0 commit comments

Comments
 (0)