File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1111
1212matrix :
1313 include :
14- - php : 5.3
15- env : RUN_PHPCS="yes"
16- - php : 5.4
17- - php : 5.5
1814 - php : 5.6
15+ env : RUN_PHPCS="yes"
1916 - php : 7.0
2017 env : UPDATE_CROWDIN="yes"
2118
@@ -25,6 +22,4 @@ before_script:
2522
2623script :
2724 - if [[ $RUN_PHPCS == "yes" ]]; then vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla --ignore=./*tmpl/* administrator/components/com_patchtester; fi
28-
29- after_success :
30- - if [[ $UPDATE_CROWDIN == "yes" && $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then vendor/bin/crowdin --upload; fi
25+ - if [[ $UPDATE_CROWDIN == "yes" && $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then vendor/bin/crowdin --upload; fi
You can’t perform that action at this time.
0 commit comments