added travis configuration
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
||||||
Reference in New Issue
Block a user