hurricane / driver-php

PHP driver for Hurricane
gethurricane.org
7 stars 0 forks source link

Adding continuous integration support with Travis. #8

Closed HelloGrayson closed 12 years ago

HelloGrayson commented 12 years ago

Travis is the defacto standard for continuous integration of unit testing. They support every language for for the hurricane project, and as part of getting the PHP driver in order - I've integrated Travis!

http://travis-ci.org/#!/hurricane/driver-php

This will make sure that hurricane continues to work for PHP 5.3, & 5.4! Tests are all ran for each branch which is ultra sexy.