1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 05:32:23 -05:00

Add travis config

This commit is contained in:
Vincent Jousse 2013-11-21 23:10:50 +01:00
parent ef65cf46f5
commit c780072755

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: php
php:
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script:
- ./console tests:unit