Skip to content

Commit

Permalink
Merge branch 'master' into 3.next
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 24, 2016
2 parents dca1eca + 625ca37 commit 6abb45a
Show file tree
Hide file tree
Showing 42 changed files with 1,690 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -73,7 +73,7 @@ before_script:
- set +H

script:
- sh -c "if [ '$DEFAULT' = '1' ]; then phpunit; fi"
- sh -c "if [ '$DEFAULT' = '1' ]; then vendor/bin/phpunit; fi"

- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi"

Expand Down

0 comments on commit 6abb45a

Please sign in to comment.