diff --git a/.travis.yml b/.travis.yml index cfa1069..f4e7a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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