Skip to content

Commit

Permalink
chore(ci): include nightly
Browse files Browse the repository at this point in the history
Added nightly (as an allowed failure) so we can start testing against 7.4
  • Loading branch information
joshtronic committed Oct 19, 2019
1 parent e97edee commit a3c1225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ matrix:
- php: 7.2
- php: 7.3
env: COVERAGE=true
- php: nightly
allow_failures:
- php: nightly

install:
- php --version
- composer install
- |
if [[ $PHPUNIT ]]; then
Expand Down

0 comments on commit a3c1225

Please sign in to comment.