added travis configuration

This commit is contained in:
everzet
2012-05-21 01:48:58 +02:00
parent 4a46111a46
commit 1853345ce2

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language: php
php:
- 5.3
- 5.4
branches:
only:
- master
before_script:
- curl http://getcomposer.org/installer | php
- php composer.phar install --dev
script: vendor/bin/behat -fprogress