self.learn()

Travis CI

August 29, 2012

I set up my first Travis build last night and I cannot get over how simple it was. You can do it too, with any public GitHub repository, you just have to…

  1. Enable your repository on the Travis CI site
  2. Add a .travis.yml build configuration to the repository, for example:

    language: scala
    scala:
    - 2.9.2
  3. …?

There is no step three, your project is already building!


Written by Jonathan Ruckwood, a cloud-native consultant based in London. You can find him on GitHub and Twitter or contact by email.