Skip to content

Commit 0ed1df8

Browse files
committed
Fail Travis builds if Jekyll outputs empty files
1 parent 347f7b4 commit 0ed1df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ install:
1717

1818
script:
1919
- bundle exec jekyll build
20+
- find ./_site -empty ! -name error.log
21+
- find ./_site -empty ! -name error.log | ! read

0 commit comments

Comments
 (0)