Skip to content

Commit

Permalink
update docs julia version to resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed May 1, 2020
1 parent afa5972 commit 3246a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- julia: nightly
include:
- stage: "Documentation"
julia: 1.0
julia: 1.4
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down

2 comments on commit 3246a42

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 3246a42 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/13970

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 3246a42f2f0e614970765d07673bc63590a1cad3
git push origin v0.4.0

Please sign in to comment.