Subversion Repositories Applications.annuaire

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
536 mathias 1
language: php
2
 
3
php:
4
  - 5.3
5
  - 5.4
6
  - 5.5
7
  - hhvm
8
 
9
before_script:
10
  - wget -nc http://getcomposer.org/composer.phar
11
  - php composer.phar install
12
 
13
script: phpunit --configuration phpunit.xml.dist