Skip to content

Commit

Permalink
Remove Windows and OSX from CI
Browse files Browse the repository at this point in the history
No part of this package interacts with the host OS in any way that might
behave differently with different OSes.
  • Loading branch information
halleysfifthinc committed Mar 31, 2020
1 parent 96902d4 commit b8c7501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: julia

os:
- linux
- osx
- windows

julia:
- 1.0
Expand Down

2 comments on commit b8c7501

@halleysfifthinc
Copy link
Owner Author

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

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

Please sign in to comment.