Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: CI on a supported platform #99

Merged
merged 1 commit into from
Dec 18, 2022
Merged

fix: CI on a supported platform #99

merged 1 commit into from
Dec 18, 2022

Conversation

ryanwohara
Copy link
Contributor

Travis CI is no longer a platform this project can build on, so I moved it to CircleCI where we can leverage the matrix feature for multiple platforms.

Running the CI jobs on multiple platforms revealed a bug in a test where Windows was not using \r\n line endings.

Sorry that the formatter changed so much in the test file, but the meat of the change is in lines 2120-2130.

Travis CI is no longer a platform this project can build on, so I moved it to CircleCI
where we can leverage the matrix feature for multiple platforms.

Running the CI jobs on multiple platforms revealed a bug in a test where Windows was
not using \r\n line endings.
@zonyitoo zonyitoo merged commit 5ca5f5d into zonyitoo:master Dec 18, 2022
@zonyitoo
Copy link
Owner

I think we should switch to Github Action. :)

@ryanwohara ryanwohara deleted the circleci branch December 19, 2022 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants