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`.