Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 1
language: php
2
 
3
php:
4
  - 5.3
5
  - 5.4
6
  - 5.5
7
  - 5.6
8
  - 7
9
  - hhvm
10
 
11
sudo: false
12
 
13
install:
14
  - composer install --prefer-source --no-interaction
15
 
16
script:
17
  - phpunit --coverage-text