From 739b9ac6c88a96058da0ba32c20fbd8524e11428 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 10 Apr 2019 17:11:03 +0200 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 66fe7bd9..d1b6f65f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ matrix: allow_failures: - php: 5.4 - php: 7.1 + - php: nightly install: - ./travis-init.sh