Skip to content

Commit

Permalink
Windows not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
oheil authored Mar 10, 2020
1 parent b9f4964 commit 27955ec
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 @@ -4,7 +4,7 @@ language: julia
os:
- linux
- osx
- windows
#- windows

julia:
- 0.7
Expand Down

2 comments on commit 27955ec

@oheil
Copy link
Owner Author

@oheil oheil commented on 27955ec Mar 10, 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/10794

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 v1.2.0 -m "<description of version>" 27955ec59ba493a9893740095be3f5322e892f43
git push origin v1.2.0

Also, note the warning: Version 1.2.0 skips over 1.1.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.