Skip to content

Commit

Permalink
build(travis): add php7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 13, 2019
1 parent 891c42b commit b0f42d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
# - nightly

install:
Expand All @@ -26,4 +27,4 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit b0f42d1

Please sign in to comment.