Skip to content

Commit 2483c19

Browse files
authored
Merge pull request #136 from MultinetInteractive/master
v1.0.23 (Critical bugfix)
2 parents 51da85d + 54f0bb3 commit 2483c19

111 files changed

Lines changed: 23121 additions & 21382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.scrutinizer.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
build:
2+
nodes:
3+
analysis:
4+
dependencies:
5+
before:
6+
- composer require --dev johnpbloch/wordpress
7+
project_setup:
8+
override: true
9+
tests:
10+
override: [php-scrutinizer-run]
111
filter:
12+
dependency_paths:
13+
- wordpress/
214
excluded_paths:
315
- 'tests/*'
416
- 'languages/*'

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ script:
1515
- cd wp-tests/spec && bundle exec rspec test.rb && cd .. && cd .. && phpunit
1616

1717
deploy:
18-
- provider: script
19-
skip_cleanup: true
20-
script: chmod +x $TRAVIS_BUILD_DIR/scripts/trunk.sh && $TRAVIS_BUILD_DIR/scripts/trunk.sh
21-
on:
22-
branch: master
23-
php: 5.6
2418
- provider: script
2519
skip_cleanup: true
2620
script: chmod +x $TRAVIS_BUILD_DIR/scripts/deploy.sh && $TRAVIS_BUILD_DIR/scripts/deploy.sh

0 commit comments

Comments
 (0)