Skip to content

Commit

Permalink
play with phpunit + travics-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Dec 15, 2014
1 parent 2e7558a commit 1b5e06c
Show file tree
Hide file tree
Showing 1,095 changed files with 108,320 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -16,5 +16,9 @@ php:
# WP_VERSION = WordPress version number (use "master" for SVN trunk)
# WP_MULTISITE = whether to test multisite (use either "0" or "1")
env:
- WP_VERSION=master WP_MULTISITE=0
- WP_VERSION=3.4.1 WP_MULTISITE=0
- WP_VERSION=master WP_MULTISITE=1
- WP_VERSION=4.0.1 WP_MULTISITE=1
- WP_VERSION=4.0.0 WP_MULTISITE=1

before_script:
- composer install
27 changes: 27 additions & 0 deletions composer.json
@@ -0,0 +1,27 @@
{
"name": "bueltge/wordpress-multisite-enhancements",
"description": "Enhance Multisite for Network Admins with different topics",
"keywords" : ["wordpress", "multisite", "plugin"],
"license": "GPL 2+",
"version": "1.0.7",
"type": "wordpress-plugin",
"homepage": "https://github.com/bueltge/wordpress-multisite-enhancements/",
"authors": [
{
"name": "Frank Bültge",
"homepage": "http://bueltge.de",
"email": "frank@bueltge.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/bueltge/wordpress-multisite-enhancements/issues"
},
"require": {
"php": ">=5.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpmd/phpmd": "2.1.3"
}
}
341 changes: 341 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b5e06c

Please sign in to comment.