Skip to content

XWP-ification #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "dev-lib"]
path = dev-lib
url = https://github.com/xwp/wp-plugin-dev-lib.git
branch = vip-themes
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language:
- php
- node_js

php:
- 5.4
- 5.5

node_js:
- 0.10

env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=1
- WP_VERSION=4.0 WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=1

before_script:
- export DEV_LIB_PATH=dev-lib
- if [ ! -e "$DEV_LIB_PATH" ] && [ -L .travis.yml ]; then export DEV_LIB_PATH=$( dirname $( readlink .travis.yml ) ); fi
- source $DEV_LIB_PATH/travis.before_script.sh

script:
- $DEV_LIB_PATH/travis.script.sh

after_script:
- $DEV_LIB_PATH/travis.after_script.sh
20 changes: 0 additions & 20 deletions bin/.jshintrc

This file was deleted.

33 changes: 0 additions & 33 deletions bin/.travis.yml

This file was deleted.

203 changes: 0 additions & 203 deletions bin/class-wordpress-readme-parser.php

This file was deleted.

3 changes: 0 additions & 3 deletions bin/contributing.md

This file was deleted.

57 changes: 0 additions & 57 deletions bin/generate-markdown-readme

This file was deleted.

Loading