We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347f7b4 commit b49dfb1Copy full SHA for b49dfb1
.travis.yml
@@ -16,4 +16,6 @@ install:
16
- bundle install
17
18
script:
19
-- bundle exec jekyll build
+- bundle exec jekyll build 2> error.log
20
+- cat >&2 error.log
21
+- ( ! grep -qie Error error.log )
0 commit comments