CodePadawans / ataru

MIT License
37 stars 3 forks source link

Introduce Travis #8

Closed moonglum closed 10 years ago

moonglum commented 10 years ago

Travis is a great way to make sure that all your tests pass. It works like that:

This helps you to maintain what we call a 'green build'. That means that all your tests always pass on your master branch.

If you like that, then the following steps need to be done:

  1. Find a single command in the terminal to run all tests
  2. Sign up with travis
  3. Activate webhooks
  4. Set up a .travis.yml file in your project which tells travis how to run the tests (from step 1 – this is the script part) and that it is a Ruby project.
  5. Push :+1: Travis should give you feedback now!
  6. Be amazed.

Be Amazed

This is described in detail here. If you want more hints at one of the steps, just ask :smile:

nanoparsec commented 10 years ago

It worked <3

nanoparsec commented 10 years ago

Solved in Pull Requests #9 & #10

moonglum commented 10 years ago

Great work! :smile_cat: I thought today would be more like that:

image

But you did it anyways :dancer: