Skip to content

Commit 340ab0a

Browse files
author
Michael Babker
committed
Only run builds for PHPCS and Crowdin, move Crowdin step
1 parent d9cd1a1 commit 340ab0a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ env:
1111

1212
matrix:
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

2623
script:
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

0 commit comments

Comments
 (0)