From 02d906d1bff6a45bac8b9c8b2c541897ecc60e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Mon, 30 Mar 2020 14:23:10 +1100 Subject: [PATCH 1/2] Multiline travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a520db0..3df07a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ jobs: include: - stage: Documentation julia: 1.4 - script: julia --project=docs -e ' + script: > + julia --project=docs -e ' using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); From b12f2b2636b02e4d03fb9c42125ee1331a74276a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Mon, 30 Mar 2020 14:22:15 +1100 Subject: [PATCH 2/2] Merge matrix and jobs The key matrix is an alias for jobs. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3df07a2..ca380c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,14 @@ os: julia: - 1.4 - nightly -matrix: - allow_failures: - - julia: nightly - fast_finish: true notifications: email: false after_success: - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' jobs: + allow_failures: + - julia: nightly + fast_finish: true include: - stage: Documentation julia: 1.4