threedaymonk / htmlbeautifier

A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
MIT License
333 stars 58 forks source link

Setup Travis CI #16

Closed jirutka closed 9 years ago

jirutka commented 9 years ago

Travis is a service for continuous integration (entirely free for public projects on GitHub). tl;dr: It automatically builds project and runs tests for you after pushing to the repository.

How to enable:

  1. Go to https://travis-ci.org/
  2. Click “Sign in with GitHub” at the top-right
  3. Allow Travis CI to access your GitHub account
  4. Go to https://travis-ci.org/profile
  5. Click “Sync now”, if necessary, to list all your GitHub projects
  6. Click the “Repositories” tab
  7. Click the on/off switch next to the repository you want to test
  8. Next commits pushed to the repository will be automatically build on Travis.
threedaymonk commented 9 years ago

I've already got CI running via Semaphore.

jirutka commented 9 years ago

Ah, sorry, I didn't see a CI badge in readme nor any config and so I thought that you don't have a CI.