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

Commit

Permalink
Fix: Allow nightly builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 24, 2019
1 parent 190065f commit 0392608
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

matrix:
allow_failures:
- nightly

sudo: false

Expand Down

0 comments on commit 0392608

Please # to comment.