From 8ebb98e44e943ada25032b2694868e2eba92e8eb Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Thu, 14 Feb 2019 09:36:38 -0600 Subject: [PATCH] Test 1.1 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bf457e..24b0574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ os: - osx julia: - 1.0 + - 1.1 - nightly matrix: allow_failures: @@ -15,7 +16,7 @@ after_success: julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov jobs: include: - stage: Documentation - julia: 1.0 + julia: 1.1 script: julia --project=docs -e ' using Pkg; Pkg.develop(PackageSpec(path=pwd()));