Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit e8dedb8

Browse files
committed
Use composer scripts in .travis.yml
1 parent c209841 commit e8dedb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ install:
7575
- composer show
7676

7777
script:
78-
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; fi
79-
- if [[ $TEST_COVERAGE != 'true' ]]; then composer test ; fi
78+
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
8079
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
8180
- if [[ $DEPLOY_DOCS == "true" && "$TRAVIS_TEST_RESULT" == "0" ]]; then wget -O theme-installer.sh "https://raw.githubusercontent.com/zendframework/zf-mkdoc-theme/master/theme-installer.sh" ; chmod 755 theme-installer.sh ; ./theme-installer.sh ; fi
8281

0 commit comments

Comments
 (0)