From 37a9560e87a4c568fec1e925ceeb9f0f3d306548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Mon, 11 Nov 2019 11:26:14 +1100 Subject: [PATCH] Allow failure Try moving allow failure to allow stage to succeed as intended. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc8da40be..c23faa474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,10 +32,9 @@ jobs: - stage: "Edge" os: linux julia: 1.2 - matrix: - fast_finish: true - allow_failures: - - julia: 1.2 + fast_finish: true + allow_failures: + - julia: 1.2 before_script: - julia --color=yes -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))' after_success: skip