Skip to content

Commit

Permalink
use Julia 1.3 for .travis hosting example (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 3, 2020
1 parent 42b5bf8 commit f42d6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/man/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ file. Note that the snippet below will not work by itself and must be accompanie
jobs:
include:
- stage: "Documentation"
julia: 1.0
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand All @@ -62,7 +62,7 @@ jobs:
where the `julia:` and `os:` entries decide the worker from which the docs are built and
deployed. In the example above we will thus build and deploy the documentation from a linux
worker running Julia 1.0. For more information on how to setup a build stage, see the Travis
worker running Julia 1.3. For more information on how to setup a build stage, see the Travis
manual for [Build Stages](https://docs.travis-ci.com/user/build-stages).

The three lines in the `script:` section do the following:
Expand Down

0 comments on commit f42d6b0

Please sign in to comment.