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

Update Travis to test against multiple versions of TypeScript #216

Closed
markerikson opened this issue Oct 15, 2019 · 2 comments · Fixed by #217
Closed

Update Travis to test against multiple versions of TypeScript #216

markerikson opened this issue Oct 15, 2019 · 2 comments · Fixed by #217

Comments

@markerikson
Copy link
Collaborator

markerikson commented Oct 15, 2019

References:

Could we please have the build & tests run for multiple TS versions? Something like the last 4 or 5 minor releases should catch quite a few bugs.

/cc @phryneas

@nickserv
Copy link
Collaborator

What would you like to do with the default TypeScript version for development? It's currently 3.4.3, which is two minor releases and six months old. I think we should update it to the latest and test older releases like 3.4.x in CI.

@phryneas
Copy link
Member

I'd build for distribution with 3.6, but also build with the others, just as a test.

markerikson pushed a commit that referenced this issue Oct 16, 2019
* Test with multiple TypeScript minor versions in CI

Fixes #216

* Fix incorrect after_install script
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 a pull request may close this issue.

3 participants