Skip to content

Commit

Permalink
Replace Julia v1.1 by Julia v1.4 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 8, 2020
1 parent dab2c87 commit a10255c
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 @@ -5,7 +5,7 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1.4
notifications:
email: false
# CSDP needs lapack and blas
Expand Down

2 comments on commit a10255c

@blegat
Copy link
Owner Author

@blegat blegat commented on a10255c Apr 8, 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 updated: JuliaRegistries/General/12537

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

Please sign in to comment.