Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #127 from xwp/feature/pre-commit-improvements
Browse files Browse the repository at this point in the history
Implement patch checking during pre-commit hook
  • Loading branch information
valendesigns committed Jan 22, 2016
2 parents 2f501a5 + 9b60e32 commit 5cc3b0d
Show file tree
Hide file tree
Showing 11 changed files with 828 additions and 437 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@ php:
- 5.6
- 7.0

node_js:
- 0.10

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

before_script:
install:
- 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
- source $DEV_LIB_PATH/travis.install.sh

script:
- $DEV_LIB_PATH/travis.script.sh
- source $DEV_LIB_PATH/travis.script.sh

after_script:
- $DEV_LIB_PATH/travis.after_script.sh
- source $DEV_LIB_PATH/travis.after_script.sh
Loading

0 comments on commit 5cc3b0d

Please sign in to comment.