Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1759 from localheinz/fix/php7.4
Browse files Browse the repository at this point in the history
Fix: Allow nightly builds to fail
  • Loading branch information
localheinz authored Aug 25, 2019
2 parents be643c0 + 14a9c42 commit 1273b5d
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 @@ -13,6 +13,10 @@ php:
- 7.3
- nightly

matrix:
allow_failures:
- nightly

cache:
directories:
- $HOME/.composer/cache
Expand Down

0 comments on commit 1273b5d

Please sign in to comment.