Skip to content

Commit

Permalink
Allow PHP "nightly"
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Jan 31, 2020
1 parent e3f18d8 commit cc09812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,12 @@ php:
- '7.2'
- '7.3'
- '7.4'
- nightly

jobs:
fast_finish: true
allow_failures:
- php: nightly

install:
- composer install
Expand Down

0 comments on commit cc09812

Please sign in to comment.