Skip to content

Commit 5d24ebb

Browse files
committed
Correct the logic in Travis error checking of Jekyll
1 parent c7ebd34 commit 5d24ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ install:
1818
script:
1919
- bundle exec jekyll build 2> error.log
2020
- cat >&2 error.log
21-
- grep -qie Error error.log && false || true
21+
- ( ! grep -qie Error error.log )

0 commit comments

Comments
 (0)