Skip to content

Commit

Permalink
Remove nightly PHP from Travis because dependencies don't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
javer committed Sep 1, 2020
1 parent 0be89c4 commit 18ab28e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ php:
- 7.2
- 7.3
- 7.4
- nightly

before_script: composer install -n --dev

script:
- vendor/bin/phpcs
- vendor/bin/phpunit --coverage-text

allow_failures:
- php: nightly

0 comments on commit 18ab28e

Please sign in to comment.