File: .travis.yml

package info (click to toggle)
php-sabre-vobject 2.1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 928 kB
  • sloc: php: 6,455; makefile: 27; xml: 16
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
language: php
php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6

script: phpunit --configuration tests/phpunit.xml

before_script: composer install