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 #58 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 configuration - CS_CHECK
  • Loading branch information
michalbundyra committed Aug 8, 2019
2 parents 2bfad96 + d72fbc2 commit 5ce8f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,7 +48,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 vendor/bin/php-coveralls -v ; fi
Expand Down

0 comments on commit 5ce8f0c

Please sign in to comment.