From 6cf1c93972e14787c7611a1d4720e532206bc6d4 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Sat, 11 Aug 2018 20:58:54 +0200 Subject: [PATCH] fix matrix in .travis.yml --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index be00cf8a..127079eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,9 @@ git: depth: 99999999 # uncomment the following lines to allow failures on nightly julia # (tests will run but not make your overall status red) -#matrix: -allow_failures: - - julia: 1.0 - - julia: 1 +matrix: + allow_failures: + - julia: 1.0 ## uncomment and modify the following lines to manually install system packages #addons: