From 605f48849fa6b3bf29e6785967d4ef2249da9976 Mon Sep 17 00:00:00 2001 From: KristofferC Date: Tue, 30 Jun 2020 17:21:46 +0200 Subject: [PATCH] - only test on nightly, test without Pkg server as well - CI: build docs on nightly --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 707d867b7c..0e3cad06e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,17 @@ language: julia julia: # - 1.0 - - 1.4 + # - 1.4 - nightly os: - linux - osx +env: +- JULIA_PKG_SERVER="https://pkg.julialang.org" +- JULIA_PKG_SERVER="" + notifications: email: false @@ -33,7 +37,7 @@ script: jobs: include: - stage: docs - julia: 1.4 + julia: nightly os: linux script: - julia -e 'using UUIDs; write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"$(uuid4())\"\n"))'