This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
forked from jonmiles/bootstrap-treeview
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from patternfly/patternfly
V2 changes to bootstrap-treeview
- Loading branch information
Showing
21 changed files
with
10,087 additions
and
7,037 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
node_modules/ | ||
public/bower_components/ | ||
.idea | ||
bower_components | ||
.idea |
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,15 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "0.11" | ||
- "0.10" | ||
- "0.11" | ||
- "0.12" | ||
- "4" | ||
- "5" | ||
- "6" | ||
|
||
before_script: | ||
- npm install -g grunt-cli | ||
- npm install | ||
- bower install | ||
|
||
script: grunt test --verbose --force | ||
script: grunt test --verbose --force |
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
Oops, something went wrong.