This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: travisci


  1. Adding Npm to a PHP Travis Project


    Like most PHP developers, I'm polyglot. My PHP project builds with phing, but uses a bunch of npm tools along the way to minify assets and those types of things. When I introduced TravisCI into my project, I was instantly confused by the requirement to specify the technology I was using ... all of them, surely?

    In need of wisdom and advice, I turned to the best source I know:

    How do people use @travisci with multiple languages? Project uses PHP and nodejs tools but I can't seem to configure both. Any links/advice?

    —Lorna Mitchell (@lornajane) May 7, 2014

    Read more

  2. Using Phing with Travis CI


    We've started using Travis CI on one of my projects to run some build processes to check that everything looks good before we merge/deploy code. One thing I ran into quite quickly was that I wanted to install phing in order to use the build scripts we already have …

    Read more