amethyst / editor-core

Crate that allows an Amethyst game to communicate with an editor.
Other
44 stars 10 forks source link

Setup Travis CI #5

Closed randomPoison closed 6 years ago

randomPoison commented 6 years ago

It would be good to have automated testing for commits and pull requests so that we can have some basic verification for contributions. Setting up Travis should be fairly quick to do, and we shouldn't need to do much in the way of testing on multiple platforms since we should be avoiding platform-specific logic in this crate.