Skip to content

Commit

Permalink
Merge pull request #149 from sergiy-petrov/patch-1
Browse files Browse the repository at this point in the history
Improve CI testing
  • Loading branch information
mewebstudio authored May 17, 2021
2 parents c81d5ed + 8993691 commit 53f2be3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0snapshot
- 8.0
- nightly

matrix:
fast_finish: true
allow_failures:
- php: nightly

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand All @@ -23,4 +29,4 @@ script:
- vendor/bin/phpunit --coverage-clover=coverage.xml

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

0 comments on commit 53f2be3

Please sign in to comment.