File: .travis.yml

package info (click to toggle)
php-httpful 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: php: 1,677; xml: 20; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
language: php

php:
  - 7.2
  - 7.3
  - 7.4

matrix:
  fast_finish: true

script:
  - phpunit -c ./tests/phpunit.xml