News Feed
Jobs Feed
Sections




News Archive
DZone.com:
TravisCI Intro and PHP Example
March 22, 2012 @ 12:20:26

In introduces you to using TravisCI to provide continuous integration services for your project (externally). Continuous integration is a way to provide "quality control" of your code, making it easier to run testing, check syntax and more, small pieces at a time.

Travis CI in fact works by tying itself to a particular project on Github, and by triggering a new build every time new commits are available on the chosen branch (master, usually). Your build shows up on the main page along with all the other projects in the newsfeed, so try to maintain it green. :) Travis CI adds this other aspect to Github's social coding.

He talks a bit about how it works - builds running on VMs, some with advanced tools like Selenium - and includes an example based off a simple travis.yml file defining a script to run pre-build. He also points out a special caveat about databases - they support things like MySQL, Sqlite, MongoDB and CouchDB, but you'll have to generate them from scratch every time, sample data and all.

0 comments voice your opinion now!
travisci example continuous integration external tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

Paul Gregg's Blog: "tail -# file" in PHP

PHPMaster.com: Access Dropbox Using PHP

Richard Thomas' Blog: Solar Framework Shorts - Multitenant caching

Elizabeth Smith's Blog: Compiling PHP5.2 on Windows with .Net toolchain - is it even possible?


Community Events











Don't see your event here?
Let us know!


framework opinion community language release series introduction application example phpunit tool development functional podcast interview code testing unittest zendframework2 conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework