BananaPuncher714 / NBTEditor

A single class NBT editor for items, skulls, mobs, and tile entities
MIT License
136 stars 30 forks source link

CI with travis #10

Closed portlek closed 4 years ago

portlek commented 4 years ago

Can we add Travis that can test the library with unit tests? It makes the project more stable/safe.

BONNe commented 4 years ago

Well, it could be enough just to create UnitTest. Jenkins build server will show if tests fails or not.

portlek commented 4 years ago

Alright, I will create test classes now?

BananaPuncher714 commented 4 years ago

Yes, that's fine. I'll get around to doing it sometime, but you can feel free to submit another PR if you want.