Skip to content

Commit

Permalink
use Julia 1.5 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Sep 2, 2020
1 parent c1d28a7 commit b5a3943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
julia: 1.0
env: TESTCMD="xvfb-run julia"
- os: linux
julia: 1.3
julia: 1.4
env: TESTCMD="xvfb-run julia"
- os: linux
julia: 1.4
julia: 1.5
env: TESTCMD="xvfb-run julia"
- os: linux
julia: nightly
Expand All @@ -18,13 +18,13 @@ jobs:
julia: 1.0
env: TESTCMD="julia"
- os: osx
julia: 1.4
julia: 1.5
env: TESTCMD="julia"
- os: osx
julia: nightly
env: TESTCMD="julia"
- stage: "Documentation"
julia: 1.4
julia: 1.5
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down

2 comments on commit b5a3943

@rdeits
Copy link
Owner Author

@rdeits rdeits commented on b5a3943 Sep 2, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/20674

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.11.3 -m "<description of version>" b5a394351d65df40a2ce2f3c491bb730df2d2dc1
git push origin v0.11.3

Please sign in to comment.