Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Getting ready for version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 1, 2016
1 parent 2f5c843 commit 1dbe3cf
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 43 deletions.
6 changes: 6 additions & 0 deletions bin/install-wpcs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# WordPress Coding Standards
if [[ -d vendor/wp-coding-standards/wpcs ]]; then
vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs
fi
2 changes: 0 additions & 2 deletions bin/travis-script
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ phpunit

# Grunt
if [[ '1' == $GRUNT ]]; then
vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs

npm install -g grunt-cli

npm install --no-optional
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"xrstf\\Composer52\\Generator::onPostInstallCmd"
],
"post-autoload-dump": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
"xrstf\\Composer52\\Generator::onPostInstallCmd",
"bin/install-wpcs"
]
}
}
76 changes: 36 additions & 40 deletions composer.lock

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

0 comments on commit 1dbe3cf

Please sign in to comment.