From dc316d38684829362845f58c39dc5dd647ad38ee Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 29 Sep 2020 21:07:10 +0200 Subject: [PATCH] remove matrix from .travis.yml --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f781ec3..71d9809 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,6 @@ julia: - 1.5 - nightly -# Uncomment the following lines to allow failures on nightly julia -# (tests will run but not make your overall status red) -matrix: - allow_failures: - - julia: nightly - notifications: email: false