engor / Jentos.Code

Jentos IDE is a powerfull code editor for Monkey programming language.
http://fingerdev.com/jentos
GNU General Public License v3.0
13 stars 10 forks source link

Adding .travis.yml file for Continuous Integration #19

Closed Alshurafa closed 10 years ago

Alshurafa commented 10 years ago

This will allow you to test building for Mac and Linux after every push request. It also allow you to test changes made by others, like me, and make sure they do not break anything without having to merge them. All you have to do is sign-in with your github at https://travis-ci.org and turn on the switch next to the repository name. (It is free for public repositories)

Example: https://travis-ci.org/Alshurafa/Jentos_IDE/builds/29648813

Sorry for the double requests, I forgot to add one important line and remove another.

Alshurafa commented 10 years ago

Ignore. This was for Ted.