Skip to content

Commit

Permalink
Add PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrokeil committed Jan 8, 2020
1 parent 3e64897 commit 1eac683
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ matrix:
- php: 7.1
env:
- EXECUTE_DOCHEADER_CHECK=true
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
- php: 7.2
env:
- TEST_COVERAGE=true
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
- php: 7.3
env:
- EXECUTE_CS_CHECK=true
- php: 7.4
env:
- TEST_COVERAGE=true
- php: nightly

allow_failures:
Expand Down

0 comments on commit 1eac683

Please sign in to comment.