Skip to content

Commit 739b9ac

Browse files
committed
Nightly builds should be allowed to fail
Since nightly is unpredictable, and in it's current state on TravisCI broken they should be allowed to fail.
1 parent 4e2af61 commit 739b9ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ matrix:
1717
allow_failures:
1818
- php: 5.4
1919
- php: 7.1
20+
- php: nightly
2021

2122
install:
2223
- ./travis-init.sh

0 commit comments

Comments
 (0)