From e4314157a86397bc7e75c8d0e1806faeba600ee8 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Thu, 15 Mar 2018 10:44:38 +0100 Subject: [PATCH] Allow failures on nightly --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bba5919..4d3e195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ julia: - nightly notifications: email: false +matrix: + allow_failures: + - julia: nightly # uncomment the following lines to override the default test script #script: # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi