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: Sanitizing Strings with Filters in PHP 5

Pascal Opitz's Blog: An example of how to use Pimple DI with ZF 1.x

PHPBuilder.com: Installing Apache and PHP under Win32

CodeForest.net: Translate and Localize your web application with PHP and gettext

Court Ewing's Blog: Organize Your Project like a Pro with PHP Namespaces


Community Events











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


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

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