Skip to content

Commit

Permalink
Add julia 1.0, 1.3 and nightly to CI job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsndvg committed Feb 26, 2020
1 parent 9063cb1 commit 4dd07b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: julia
os:
- linux
julia:
- 1.1
- 1.0
- 1.3
- nightly
addons:
apt:
Expand Down

2 comments on commit 4dd07b0

@victorsndvg
Copy link
Contributor Author

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/10124

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

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

Please sign in to comment.