Skip to content

Commit

Permalink
Do not test on Julia 0.7
Browse files Browse the repository at this point in the history
Since Grisu requires Julia 1.0
  • Loading branch information
tknopp authored Nov 11, 2020
1 parent 2f286f4 commit 5a9bd29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 0.7
- 1
- nightly
matrix:
Expand Down

2 comments on commit 5a9bd29

@tknopp
Copy link
Collaborator Author

@tknopp tknopp commented on 5a9bd29 Nov 11, 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/24469

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.15.1 -m "<description of version>" 5a9bd29befd5b35ba71c74f56def00e5c4dab8b1
git push origin v0.15.1

Please sign in to comment.