File: .travis.yml

package info (click to toggle)
matthiasmullie-path-converter 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: php: 229; makefile: 26; sh: 7
file content (19 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: php

php:
  - 7.1
  - 7.0
  - 5.6
  - 5.5
  - 5.4
  - hhvm

before_script:
  - pip install --user codecov
  - composer self-update && composer install --dev

script:
  - ./vendor/bin/phpunit

after_success:
  - codecov