Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from webimpress/hotfix/travis-ci-env-var-cs-check
Browse files Browse the repository at this point in the history
Fix env var in Travis CI config - CS_CHECK
  • Loading branch information
michalbundyra committed Aug 8, 2019
2 parents 6ecc3f3 + 9541300 commit ecbca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ install:
script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer run-script test-coverage --timeout=400 -- --verbose ; else composer run-script test --timeout=300 -- --verbose ; fi
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
- if [[ $CHECK_CS == 'true' ]]; then composer license-check ; fi
- if [[ $CS_CHECK == 'true' ]]; then composer license-check ; fi

after_script:
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry php vendor/bin/php-coveralls -v ; fi
Expand Down

0 comments on commit ecbca68

Please sign in to comment.