gchp / rustbox

Rust implementation of the termbox library
MIT License
469 stars 48 forks source link

testing should include stable branch #57

Open benaryorg opened 8 years ago

benaryorg commented 8 years ago

I suggest to add the testing target stable to .travis.yml.

But as this is an administrative decision, I am not going to send a pull-request.

Further targets include:

The version targets as a sort of promise-statement. As if you said

The library runs on all of these platforms.

And only the incompatible, old platforms are then removed (and new old ones (current stable) added).

This is just a suggestion though.

benaryorg commented 8 years ago

This would also provide some sort of testing for the new versions as this is a commit and only commits are triggering the build.