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

Commit

Permalink
Merge pull request #38 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 89a1208 + 16dc2bb commit 0884d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ matrix:
- php: 7
env:
- DEPS=locked
- CHECK_CS=true
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7
env:
Expand Down

0 comments on commit 0884d11

Please sign in to comment.