PHP 7.4.33
Preview: .travis.yml Size: 519 B
/var/www/podiocopy.bitkit.dk/httpdocs/vendor.new/phpunit/php-token-stream/.travis.yml
language: php

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - 7.0snapshot
  - 7.1
  - 7.1snapshot
  - master

sudo: false

before_install:
  - composer self-update
  - composer clear-cache

install:
  - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable

script:
  - ./vendor/bin/phpunit --configuration ./build/phpunit.xml --coverage-clover=coverage.xml

after_success:
  - bash <(curl -s https://codecov.io/bash)

notifications:
  email: false

Directory Contents

Dirs: 3 × Files: 7
Name Size Perms Modified Actions
build DIR
- drwxr-xr-x 2017-12-04 08:55:13
Edit Download
src DIR
- drwxr-xr-x 2017-12-04 08:55:13
Edit Download
tests DIR
- drwxr-xr-x 2017-12-04 08:55:13
Edit Download
15 B lrw-r--r-- 2017-12-04 08:55:13
Edit Download
45 B lrw-r--r-- 2017-12-04 08:55:13
Edit Download
519 B lrw-r--r-- 2017-12-04 08:55:13
Edit Download
1.03 KB lrw-r--r-- 2017-12-04 08:55:13
Edit Download
812 B lrw-r--r-- 2017-12-04 08:55:13
Edit Download
1.51 KB lrw-r--r-- 2017-12-04 08:55:13
Edit Download
565 B lrw-r--r-- 2017-12-04 08:55:13
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).