From 8a69e752dd92aab4300104b92925b62de510cdfe Mon Sep 17 00:00:00 2001 From: Federico Ruggi Date: Tue, 31 Jul 2018 16:54:48 +0200 Subject: [PATCH] update docs --- _site/content/posts/modules/travisci.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_site/content/posts/modules/travisci.md b/_site/content/posts/modules/travisci.md index dc683dbc..f0a267a8 100644 --- a/_site/content/posts/modules/travisci.md +++ b/_site/content/posts/modules/travisci.md @@ -36,6 +36,7 @@ travisci: height: 1 width: 2 refreshInterval: 900 + pro: false ``` ### Attributes @@ -50,3 +51,7 @@ Defines where in the grid this module's widget will be displayed.
`refreshInterval`
How often, in seconds, this module will update its data.
Values: A positive integer, `0..n`. + +`pro`
+Determines whether or not this module will use the Pro version of Travis CI.
+Values: `true`, `false`.