Arinerron / ScratchAPI

A library written in Java for accessing scratch.mit.edu via your Java application...
Other
6 stars 4 forks source link

Travis CI: Test codes before merging prs #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

Travis CI (Continuous Integration) is a tool that will help us when deploying codes so that there's no bug when you're merging the code

ghost commented 8 years ago

You can add Travis CI in the Travis CI github integration page or at the Open source Travis CI homepage

ghost commented 8 years ago

To use travis ci you must have a .travis.yml file

Arinerron commented 8 years ago

It came with the Student Developer pack, I'll look into it.

ghost commented 8 years ago

Okay

ghost commented 8 years ago

Okay You've made the .travis.yml file Now the only thing left is to test it So i'm making a test pr

Arinerron commented 8 years ago

K I think I've fixed it, but I'm not entirely sure.

Arinerron commented 8 years ago

Okay. TravisCI is now set up, thanks!