Skip to content

Commit

Permalink
Merge pull request #44 from BlastCI/update-branch
Browse files Browse the repository at this point in the history
DevKit updates for CRMBundle
  • Loading branch information
FanchTheSystem committed Oct 31, 2017
2 parents 6314cf5 + a4750e4 commit 1bf0f4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
filter:
excluded_paths:
- 'vendor/*'
- 'bin/*'
- '*.min.js'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_script:
- if [ -x ${SCRIPTS_FOLDER}/before_script_${TARGET}.sh ]; then ${SCRIPTS_FOLDER}/before_script_${TARGET}.sh; fi;

script:
- if [ -x ${SCRIPTS_FOLDER}/run_${TARGET}.sh ]; then ${SCRIPTS_FOLDER}/run_${TARGET}.sh; fi;make $TARGET
- if [ -x ${SCRIPTS_FOLDER}/run_${TARGET}.sh ]; then ${SCRIPTS_FOLDER}/run_${TARGET}.sh; fi;

after_success:
- if [ -x ${SCRIPTS_FOLDER}/after_success_${TARGET}.sh ]; then ${SCRIPTS_FOLDER}/after_success_${TARGET}.sh; fi;
Expand Down

0 comments on commit 1bf0f4d

Please sign in to comment.