-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run update, update docs and metadata
also adds verbfile.js and custom helper to render examples
- Loading branch information
1 parent
06767f8
commit d217378
Showing
10 changed files
with
300 additions
and
578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "stable" | ||
- "5" | ||
- "4" | ||
- "0.12" | ||
- "0.10" | ||
- stable | ||
- '5' | ||
- '4' | ||
- '0.12' | ||
- '0.10' | ||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- node_js: "0.10" | ||
- node_js: '0.10' | ||
- node_js: '0.12' |
Oops, something went wrong.