From 20ba7a570db110956b74885d3aa2a9eafc596254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Nilsen=20Riseth?= Date: Mon, 15 Jan 2018 13:49:09 +0000 Subject: [PATCH] Allow travis nighly to fail (#35) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5768cc..29353cc 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