Skip to content

Commit

Permalink
Improve CI testing
Browse files Browse the repository at this point in the history
removed 'snapshot' prefix from php 8.0
added nighlty php version testing with allowing to fail
  • Loading branch information
Sergiy Petrov authored May 7, 2021
1 parent c81d5ed commit 8993691
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 8993691

Please sign in to comment.