Skip to content

Commit

Permalink
- only test on nightly, test without Pkg server as well
Browse files Browse the repository at this point in the history
- CI: build docs on nightly
  • Loading branch information
KristofferC committed Jul 1, 2020
1 parent 7e0c911 commit 605f488
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"))'
Expand Down

0 comments on commit 605f488

Please sign in to comment.