Skip to content

Commit

Permalink
Add 'includes/libraries/cmb2/' from commit '997ec6e977eaf0c9be3d19fd0…
Browse files Browse the repository at this point in the history
…d04d0d541713c8e'

git-subtree-dir: includes/libraries/cmb2
git-subtree-mainline: b9ce00a
git-subtree-split: 997ec6e
  • Loading branch information
Michael Cannon committed Oct 26, 2014
2 parents b9ce00a + 997ec6e commit 863931e
Show file tree
Hide file tree
Showing 51 changed files with 10,388 additions and 0 deletions.
55 changes: 55 additions & 0 deletions includes/libraries/cmb2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Created by http://www.gitignore.io

### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Node ###
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules

# Sass Cache
*.sass-cache
23 changes: 23 additions & 0 deletions includes/libraries/cmb2/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: php

php:
- 5.3
- 5.4

env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=1
- WP_VERSION=3.8 WP_MULTISITE=0
- WP_VERSION=3.8 WP_MULTISITE=1
- WP_VERSION=3.5 WP_MULTISITE=0
- WP_VERSION=3.5 WP_MULTISITE=1

before_script:
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

script: phpunit

branches:
only:
- master
- trunk
Loading

0 comments on commit 863931e

Please sign in to comment.